TdxCustomCheckGroupBox.CheckBox Property
Provides access to the appearance and behavior settings of the check box displayed in the checkable group box editor’s caption area.
Declaration
property CheckBox: TdxCustomCheckGroupBoxCheckBox read; write;
Property Value
Type |
---|
TdxCustomCheckGroupBoxCheckBox |
Remarks
Refer to the TdxCustomCheckGroupBoxCheckBox class description to learn about these settings.
Note
In TdxCustomCheckGroupBox descendants (TdxCheckGroupBox and TdxDBCheckGroupBox), the CheckBox property references a TdxCheckGroupBoxCheckBox or TdxDBCheckGroupBoxCheckBox object, respectively.
See Also