[Overview][Types][Classes][Procedures and functions][Index] |
Provides indexed access to the check boxes on the group box control.
Source position: extctrls.pp line 901
public property TCustomCheckGroup.Buttons[Index: Integer] : TCheckBox |
Buttons a TCheckBox property which provides indexed access to the check boxes on the group box control. Values in the property are accessed by their ordinal position in the Items.
Use Items to access the captions displayed on each of the check box controls.
Use Checked to access the Boolean state for each of the Items.
Use CheckEnabled to read or write the value for the Enabled property in each of the check box controls.
Added in LCL version 4.0.
|
String list with the captions for the check boxes in the grouped edit control. |
|
|
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. |
|
|
A label with a box which can contain a check mark. |
Version 4.0 | Generated 2025-05-03 | Home |