Skip to main content

TcxFMTBcdValueType Class

Implements functionality related to the binary-encoded decimal type in DevExpress data controllers and other data-related APIs.

Declaration

TcxFMTBcdValueType = class(
    TcxValueType
)

Remarks

Binary-encoded decimal values can be converted to Currency without a loss of precision.

Main API Members

The TcxFMTBcdValueType 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 FMTBcd.
GetVarType Returns VarFMTBcd.
IsNumeric Returns True.

Default In-Place Editor

All container control items whose data type is TcxFMTBcdValueType use TcxCurrencyEdit as the default in-place editor in unbound mode.

The TcxValueTypeClass type references the TcxFMTBcdValueType class.

Inheritance

TObject
TcxValueType
TcxFMTBcdValueType
See Also