vcl-cxdatastorage-0b41ae6e.md
Implements functionality related to the binary-encoded decimal type in DevExpress data controllers and other data-related APIs.
TcxFMTBcdValueType = class(
TcxValueType
)
Binary-encoded decimal values can be converted to Currency without a loss of precision.
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. |
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.
TObject TcxValueType TcxFMTBcdValueType
See Also