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;

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. 

 

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