Back to Devexpress

TcxCurrencyValueType Class

vcl-cxdatastorage-4fb0184a.md

latest1.3 KB
Original Source

TcxCurrencyValueType Class

Implements functionality related to the Currency type in DevExpress data controllers and other data-related APIs.

Declaration

delphi
TcxCurrencyValueType = class(
    TcxValueType
)

Remarks

The TcxCurrencyValueType class does not introduce new public API members but changes behavior of the following API members declared in the TcxValueType class:

API MemberChange Description
CaptionReturns 'Currency'.
GetVarTypeReturns varCurrency.
IsNumericReturns True.

Default In-Place Editor

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.

Inheritance

TObject TcxValueType TcxCurrencyValueType

See Also

TcxCurrencyValueType Members

cxDataStorage Unit