checkgroupbox Checked property
Return to Introduction  Previous page  Next page
Applies to
acCheckGroupBox component.  

Declaration
property Checked: Boolean;  

Description
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.  

Snapshot
accheckgroupboxss2  

See also

State property and OnCheckBoxClick event.