Data.DB.TExtendedField.Precision

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TExtendedField

Delphi

property Precision: Integer read FPrecision write SetPrecision default 15;

C++

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

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