Vcl.CheckLst.TCheckListBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.CheckLst.TCustomCheckListBoxVcl.StdCtrls.TCustomListBoxVcl.Controls.TCustomMultiSelectListControlVcl.Controls.TCustomListControlVcl.Controls.TWinControlTCheckListBox

Delphi

TCheckListBox = class(TCustomCheckListBox)

C++

class PASCALIMPLEMENTATION TCheckListBox : public TCustomCheckListBox

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.

See Also