Data.DB.TExtendedField.currency
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TExtendedField |
Delphi
property currency: Boolean read FCurrency write SetCurrency default False;
C++
__property bool currency = {read=FCurrency, write=SetCurrency, default=0};
Description
Indicates whether the field's value should be represented as a currency value in a string.
Use currency to control the string representation of the field's value.