Data.DB.TFMTBCDField.Precision

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Precision: Integer read FPrecision write SetPrecision default 0;

C++

__property int Precision = {read=FPrecision, write=SetPrecision, default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TFMTBCDField

Description

Specifies the number of digits of accuracy used to store the field value.

Precision can be a value from 0 through 32. Some database servers support more than 32 digits, but these can't be handled by client datasets, and so TFMTBCDField limits the value of Precision to be no greater than 32.

See Also