[Overview][Types][Classes][Procedures and functions][Index] |
Indicates whether a check box control in the group is enabled or disabled.
Source position: extctrls.pp line 904
public property TCustomCheckGroup.CheckEnabled[Index: Integer] : Boolean |
CheckEnabled is an indexed Boolean property used to maintain the Enabled property for the check box at the position specified in Index. Index contains the ordinal position in the list of check boxes for the control, and must be in the range 0..Items.Count-1. An exception is raised when Index is not within the required range.
Use the Checked property to determine if a check box has its Checked property set to True.
Use Items to maintain the Captions for the check boxes displayed in the grouped edit control.
Use Buttons to access the TCheckBox controls for the captions in Items.
Raises an exception with the message rsIndexOutOfBounds if an invalid index position is specified.
|
Controls whether an individual check box in the group is in the checked state. |
|
|
Provides indexed access to the check boxes on the group box control. |
|
|
String list with the captions for the check boxes in the grouped edit control. |
Version 4.0 | Generated 2025-05-03 | Home |