[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomCheckGroup.Buttons

Provides indexed access to the check boxes on the group box control.

Declaration

Source position: extctrls.pp line 901

public property TCustomCheckGroup.Buttons[Index: Integer] : TCheckBox
  read GetButton;

Description

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.

Version info

Added in LCL version 4.0.

See also

TCustomCheckGroup.Items

  

String list with the captions for the check boxes in the grouped edit control.

TCustomCheckGroup.Checked

  

Controls whether an individual check box in the group is in the checked state.

TCustomCheckGroup.CheckEnabled

  

Indicates whether a check box control in the group is enabled or disabled.

TCheckBox

  

A label with a box which can contain a check mark.


Version 4.0 Generated 2025-05-03 Home