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

TFMTBCDField.Currency

Does the field contain currency data ?

Declaration

Source position: db.pas line 1052

published property TFMTBCDField.Currency : Boolean
  read FCurrency
  write FCurrency;

Description

Currency determines how the textual representation of the data is formatted. It has no influence on the actual data itself. If True it is represented as a currency (monetary value). If DisplayFormat or EditFormat are set, these values are used instead to format the value.

See also

TField.DisplayFormat

TField.EditFormat


Documentation generated on: Jul 24 2023