RAD Studio VCL Reference
|
Determines the precision used in formatting the value in a floating-point field.
property Precision: Integer;
__property int Precision;
Use Precision to set the number of digits beyond the decimal point that the value should be formatted to before rounding begins. Precision affects the format of the floating-point value when it is displayed as a text string, not the actual floating-point value that is stored in the field.
The default value of Precision is 15 decimal places.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|