Skip to main content

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

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