Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 Member Change Description
Caption Returns 'Currency'.
GetVarType Returns varCurrency.
IsNumeric Returns 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