[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TFloatField.Precision

Precision (number of digits) of the field in text representations

Declaration

Source position: db.pas line 693

published property TFloatField.Precision : LongInt
  read FPrecision
  write SetPrecision
  default 15;

Description

Precision is the maximum number of digits that should be used when the field is converted to a textual representation in TField.Displaytext or TField.Text, it is used in the arguments to FormatFloat.

See also

TField.Displaytext

  

Formatted field value

TField.Text

  

Text representation of the field

FormatFloat


Documentation generated on: May 14 2021