Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomCheckGroupBoxCheckBox Class

Serves as the base class for classes that contain check box settings for a checkable group box editor (the TdxCheckGroupBox or TdxDBCheckGroupBox component).

#Declaration

Delphi
TdxCustomCheckGroupBoxCheckBox = class(
    TPersistent
)

#Remarks

Settings stored by this class include the visibility and checked state of the editor’s check box, and an action associated with this check box.

The TdxCustomCheckGroupBoxCheckBox class implements the essential functionality required by checkable group box editors. The derived TdxCheckGroupBoxCheckBox and TdxDBCheckGroupBoxCheckBox classes simply publish the inherited properties.

A TdxCustomCheckGroupBoxCheckBox object is referenced by the TdxCustomCheckGroupBox.Properties property.

#Inheritance

TObject
TPersistent
TdxCustomCheckGroupBoxCheckBox
See Also