RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.Checked Property

Indicates which items are checked.

Pascal
property Checked [Index: Integer]: Boolean;
C++
__property Boolean Checked[int Index];

For each member of the Items array, Checked is true if a check mark appears in the item's check box. Checked corresponds to the cbChecked state; that is, Checked is true when State = cbChecked and false when State = cbUnchecked or State = cbGrayed.

Note: Items that have been disabled using the ItemEnabled property may still have a state of cbChecked and a Checked property of true.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!