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

TCustomCheckGroup.CheckEnabled

CheckEnabled - whether a given (indexed) entry in the list is allowed to be checked.

Declaration

Source position: extctrls.pp line 871

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.

See also

TCustomCheckGroup.Checked

  

Whether an individual entry in the list is Checked.

TCustomCheckGroup.Items

  

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