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

TCustomCheckGroup.Checked

Whether an individual entry in the list is Checked.

Declaration

Source position: extctrls.pp line 850

public property TCustomCheckGroup.Checked[Index: Integer] : Boolean
  read GetChecked
  write SetChecked;

Description

Checked is an indexed Boolean property used to read or write the state for a check box at the ordinal position specified in Index.