[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the field a currency field.
Source position: db.pas line 662
published property TFloatField.Currency : Boolean |
Currency can be set to True to indicate that the field contains data representing an amount of currency. This affects the way the TField.DisplayText and TField.Text properties format the value of the field: if the Currency property is True, then these properties will format the value as a currency value (generally appending the currency sign) and if the Currency property is False, then they will format it as a normal floating-point value.
|
Formatted field value |
|
|
Text representation of the field |
|
|
Format string for display of numerical data |
|
|
Format string for editing of numerical data |