[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 902
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.
|
Controls whether an individual check box in the group is in the checked state. |
|
|
Indicates whether a check box control in the group is enabled or disabled. |
Version 4.0 | Generated 2025-05-03 | Home |