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

TCustomCheckGroup.CheckEnabled

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

Declaration

Source position: extctrls.pp line 904

public property TCustomCheckGroup.CheckEnabled[Index: Integer] : Boolean
  read GetCheckEnabled
  write SetCheckEnabled;

Description

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.

Use Buttons to access the TCheckBox controls for the captions in Items.

Errors

Raises an exception with the message rsIndexOutOfBounds if an invalid index position is specified.

See also

TCustomCheckGroup.Checked

  

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

TCustomCheckGroup.Buttons

  

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

TCustomCheckGroup.Items

  

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


Version 4.0 Generated 2025-05-03 Home