FireDAC.Stan.Param.TFDParam.Precision

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Precision: Integer read FPrecision write FPrecision default 0;

Properties

Type Visibility Source Unit Parent
property published FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Specifies the number of digits allowed for a numeric parameter.

Set Precision to indicate the maximum number of digits allowed in the parameter, including both significant and fractional.

See Also