FireDAC.Stan.Param.TFDParam.NumericScale
Delphi
property NumericScale: Integer read FNumericScale write FNumericScale default 0;
C++
__property int NumericScale = {read=FNumericScale, write=FNumericScale, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDParam |
Description
Specifies the number of decimal places for a TFDParam object.
Set NumericScale to indicate the maximum number of digits that can appear to the right of the decimal place in the value of a TFDParam object (the scale).