RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox Class

TCheckListBox displays a scrollable list with check boxes next to each item.

Pascal
TCheckListBox = class(TCustomListBox);
C++
class TCheckListBox : public TCustomListBox;

CheckLst

TCheckListBox is similar to TListBox, except that each item has a check box next to it. Users can check or uncheck items in the list. 

 

TCheckBox 

TCustomCheckBox 

TCustomListBox 

TListBox 

List Controls 

List Boxes and Check-list Boxes

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!