Vcl.CheckLst.TCheckListBox
Delphi
TCheckListBox = class(TCustomListBox)
C++
class PASCALIMPLEMENTATION TCheckListBox : public Vcl::Stdctrls::TCustomListBox
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.CheckLst.pas Vcl.CheckLst.hpp |
Vcl.CheckLst | Vcl.CheckLst |
Description
TCheckListBox displays a scrollable list with check boxes next to each item.
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.