[Overview][Types][Classes][Procedures and functions][Index] |
String list with the captions for the check boxes in the grouped edit control.
Source position: extctrls.pp line 849
public property TCustomCheckGroup.Items : TStrings |
Items is a TStrings property which stores the captions for the check boxes on the grouped edit control. Items also determines the number of TCheckBox controls created and displayed for the control. Setting a new value for the property causes the list of check boxes and the columns in the control to be updated.
When the class instance is created, a TCheckGroupStringList instance is assigned to the member variable for the Items property. The implementation type contains a reference to the class instance, and provides access to values in Checked and CheckEnabled when adding or removing entries in Items.
|
Whether an individual entry in the list is Checked. |
|
|
CheckEnabled - whether a given (indexed) entry in the list is allowed to be checked. |