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.
 

NumericScale 

Size 

Working with Stored Procedure Parameters

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