Vcl.CheckLst.TCheckListBox

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TCheckListBox = class(TCustomCheckListBox)

C++

class PASCALIMPLEMENTATION TCheckListBox : public TCustomCheckListBox

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst Vcl.CheckLst

Beschreibung

TCheckListBox zeigt eine bildlauffähige Liste an, deren Einträge mit Kontrollkästchen ausgestattet sind.

ie Klasse TCheckListBox unterscheidet sich von TListBox nur dadurch, dass ihre Einträge über Kontrollkästchen verfügen. Der Benutzer kann die Listeneinträge aktivieren und deaktivieren.

Siehe auch