FireDAC.Stan.Param.TFDParam.NumericScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NumericScale: Integer read FNumericScale write FNumericScale default 0;

Properties

Type Visibility Source Unit Parent
property published FireDAC.Stan.Param.pas 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).

See Also