Data.DB.TExtendedField.Precision

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Precision: Integer read FPrecision write SetPrecision default 15;

C++

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

Properties

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

Description

Sets and gets the display precision of the field value.

The precision of the field value signifies the maximum number of digits in the string representation (both integer part and fractional part). The precision range is [2; 19].

See Also