Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TFloatField.Precision

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

Declaration

Source position: db.pas line 778

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: Jul 24 2023