Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomCheckGroup.Items

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

Declaration

Source position: extctrls.pp line 849

public property TCustomCheckGroup.Items : TStrings
  read FItems
  write SetItems;

Description

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.

See also

TCustomCheckGroup.Checked

  

Whether an individual entry in the list is Checked.

TCustomCheckGroup.CheckEnabled

  

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