RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListBox Class

TListBox displays a collection of items in a scrollable list.

Pascal
TListBox = class(TCustomListBox);
C++
class TListBox : public TCustomListBox;

StdCtrls

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!