Back to Devexpress

TcxFMTBcdValueType Class

vcl-cxdatastorage-0b41ae6e.md

latest1.5 KB
Original Source

TcxFMTBcdValueType Class

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

Declaration

delphi
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 MemberChange Description
CaptionReturns FMTBcd.
GetVarTypeReturns VarFMTBcd.
IsNumericReturns 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

TcxFMTBcdValueType Members

cxDataStorage Unit