FullAccuracy property |
Applies to
TESBPosFloatEdit
Declaration
property FullAccuracy: Boolean read FFullAccuracy write SetFullAccuracy default False;
Description
If you want the various properties to return the value to the same accuracy as displayed then set FullAccuracy property to false. If you want the underlying value to always be to as many decimal places as possible set this to true.
|