Vcl.StdCtrls.TListBox
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
- FileListBox (Delphi) code example
- TListBoxSorted (Delphi) code example
- TListBoxCanvas (Delphi) code example
- FileListBox (C++) code example
- TListBoxSorted (C++) code example