vcl-cxdatastorage-4fb0184a.md
Implements functionality related to the Currency type in DevExpress data controllers and other data-related APIs.
TcxCurrencyValueType = class(
TcxValueType
)
The TcxCurrencyValueType class does not introduce new public API members but changes behavior of the following API members declared in the TcxValueType class:
| API Member | Change Description |
|---|---|
| Caption | Returns 'Currency'. |
| GetVarType | Returns varCurrency. |
| IsNumeric | Returns True. |
All container control items whose data type is TcxCurrencyValueType use TcxCurrencyEdit as the default in-place editor in unbound mode.
The TcxValueTypeClass type references the TcxCurrencyValueType class.
TObject TcxValueType TcxCurrencyValueType
See Also