Back to Devexpress

TcxBooleanValueType Class

vcl-cxdatastorage-5359d76a.md

latest1.3 KB
Original Source

TcxBooleanValueType Class

Implements functionality related to the Boolean type in DevExpress data controllers and other data-related APIs.

Declaration

delphi
TcxBooleanValueType = class(
    TcxValueType
)

Remarks

The TcxBooleanValueType 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 'Boolean'.
GetVarTypeReturns varBoolean.

Default In-Place Editor

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.

Inheritance

TObject TcxValueType TcxBooleanValueType

See Also

TcxBooleanValueType Members

cxDataStorage Unit