RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameter.NumericScale Property

Specifies the number of decimal places for the parameter.

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

Set NumericScale to indicate the maximum number of characters that can appear to the right of the decimal place in the parameter's value (the scale). (The Precision property controls the total number of digits allowed.) By default, NumericScale is zero. 

 

Precision 

Size 

Working with Stored Procedure Parameters 

Supplying Parameters at Design Time

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