RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameter.Precision Property

Specifies the number of digits allowed for a numeric parameter.

Pascal
property Precision: Byte;
C++
__property Byte Precision;

Set Precision to indicate the maximum number of digits allowed in the parameter, including both significant and fractional (the precision). (The NumericScale property controls the total number of decimal digits allowed.) By default, Precision is zero. 

 

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