vcl-cxdatastorage-5359d76a.md
Implements functionality related to the Boolean type in DevExpress data controllers and other data-related APIs.
TcxBooleanValueType = class(
TcxValueType
)
The TcxBooleanValueType 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 'Boolean'. |
| GetVarType | Returns varBoolean. |
All container control items whose data type is TcxBooleanValueType use TcxCheckBox as the default in-place editor in unbound mode.
The TcxValueTypeClass type references the TcxBooleanValueType class.
TObject TcxValueType TcxBooleanValueType
See Also