Vcl.StdCtrls.TListBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomListBoxVcl.Controls.TCustomMultiSelectListControlVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentTListBox

Delphi

TListBox = class(TCustomListBox)

C++

class PASCALIMPLEMENTATION TListBox : public TCustomListBox

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Description

TListBox displays a collection of items in a scrollable list.

Use TListBox to display a scrollable list of items that users can select, add, or delete. TListBox is a wrapper for the Windows listbox control. For specialized list boxes, use other descendant classes of TCustomListBox or derive your own class from TCustomListBox.

TListBox implements the generic behavior introduced in TCustomListBox. TListBox publishes many of the properties inherited from TCustomListBox, but does not introduce any new behavior.

See Also