|
|
|
| acCheckGroupBox component.
|
| property Checked: Boolean;
|
| The Checked property indicates whether the check box on the title of group box of is selected.
|
|
|
| When Checked is True, the controls in a group box is enabled. When user unchecks the group box (Checked is False), ALL controls within this group box became automatically disabled.
|
|
| State property and OnCheckBoxClick event.
|