RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDef.Precision Property

Specifies the number of digits of accuracy used to store the field value.

Pascal
property Precision: Integer;
C++
__property int Precision;

When defining a BCD field, set Precision to the total number of digits stored for each field value. The value of Precision is ignored unless DataType is ftBCD. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!