There is a TEdit, with a Caption of
14,588980
So a string-value
The database awaits a type of
Decimal 5,2
so the allowed entry would be
14.59
Question about "ParambyName....AsFloat"
1)
,
instead of
.
would be a bad idea, right?
There are strictly no formatted stings in any way allowed to use, right?
2)
What about "14,588980".
Would the "as float" convert this to me by itself into 13,59 or will I have to find it by myself.
So can I paste a string value "asFloat" and it works?
3)
Depending on the answer of question 2:
What is the best way to do it?
We have a string, which shall become a double.