RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListControl Class

TCustomListControl is the base class for controls that display a list of items.

Pascal
TCustomListControl = class(TWinControl);
C++
class TCustomListControl : public TWinControl;

TCustomListControl is the common base class for controls that represent a list of items. Its descendants include combo boxes, list boxes, and list views. TCustomListControl introduces a common set of properties and methods for working with the items in the list. This includes the ability to 

Add items to the list. 

Delete items from the list. 

Select items in the list. 

Copy items to another TCustomListControl descendant. 

Rearrange the order of items. 

TCustomListControl cannot be instantiated directly. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!