TdxCheckGroupBoxCheckBox Class
In This Article
Contains check box settings for an unbound checkable group box editor (the TdxCheckGroupBox component).
#Declaration
Delphi
TdxCheckGroupBoxCheckBox = class(
TdxCustomCheckGroupBoxCheckBox
)
#Remarks
This class does not introduce any new functionality. It simply publishes properties inherited from its base class. Refer to the TdxCustomCheckGroupBoxCheckBox class description to learn about available properties.
A TdxCheckGroupBoxCheckBox object is referenced by the CheckBox property published in the TdxCheckGroupBox component.
#Inheritance
TObject
TPersistent
TdxCustomCheckGroupBoxCheckBox
TdxCheckGroupBoxCheckBox
See Also