RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParam.Precision Property

Specifies the number of digits allowed for a numeric parameter.

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

Set Precision to indicate the maximum number of digits allowed in the parameter, including both significant and fractional.

Note: Precision only applies to parameters used by dbExpress datasets.
Note: The NumericScale property controls the total number of decimal digits allowed.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!