Issue in TTMSFMXEdit.GetFloat

Hi


I found an issue in TTMSFMXEdit.GetFloat : when EditType is set to etString Val() is used to convert string to Float.
The problem is that Val() do not use FormatSettings.DecimalSeparator, but always a point.

The same issue what detected and fixed in TTMSFMXGridData.GetFloats by replacing commas by point when FormatSettings.DecimalSeparator is a comma (the fix was released in version 2.0.6.1 according to version history found in FMX.TMSCustmGrid).

Kind regards.

Hi, 


Thank you for your feedback, 

we have corrected this issue, the next version will have this fix included.

Kind Regards, 
Pieter