RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParam.NumericScale Property

Specifies the number of decimal places for the parameter.

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

Set NumericScale to indicate the maximum number of digits that can appear to the right of the decimal place in a parameter's value (the scale).

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

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