vcl-cxcheckcombobox-4baf1fac.md
Stores settings specific to check combo box controls.
TcxCustomCheckComboBoxProperties = class(
TcxCustomComboBoxProperties,
IdxMultiPartGlyphSupport
)
TcxCustomCheckComboBoxProperties serves as the base class for the TcxCheckComboBoxProperties class. The latter just publishes properties and events introduced in TcxCustomCheckComboBoxProperties or its ancestors.
TcxCustomCheckComboBoxProperties provides settings specific to check combo box controls. These allow you to specify the delimiter separating checked items in the edit box, the text displayed when no items are selected, etc.
You can access settings for a check combo box control via its Properties object.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomComboBoxProperties TcxCustomCheckComboBoxProperties
See Also
TcxCustomCheckComboBox.Properties