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

Declaration
type  
  TCheckBoxState = (cbUnchecked, cbChecked, cbGrayed);  
 
property State: TCheckBoxState;  

Description
The State property determines the various states a check box control (on top of group box) can have. These are the possible values:  
 
ValueMeaning  
cbUncheckedThe check box has no check mark indicating the user hasn't selected the option.  
cbCheckedThe check box has a check mark in it indicating the user has selected the option.  
cbGrayedThe check box is gray indicating a third state that is neither checked nor unchecked. Your application determines the meaning of a grayed check box.  

See also

Checked property and OnCheckBoxClick event.