[Overview][Types][Classes][Procedures and functions][Index] |
CheckEnabled - whether a given (indexed) entry in the list is allowed to be checked.
Source position: extctrls.pp line 851
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.
|
Whether an individual entry in the list is Checked. |
|
|
String list with the captions for the check boxes in the grouped edit control. |
lazarus-ccr.sourceforge.net |