Controls.TCustomListControl
Contents |
Delphi Information
From Controls.pas
TCustomListControl = class(TWinControl)
Unit: Controls
Type: class
Inherited Class Members: Controls.TCustomListControl Members
Class Properties: Controls.TCustomListControl Properties
Class Methods: Controls.TCustomListControl Methods
Class Constructors & Destructors: Controls.TCustomListControl Constructors
C++ Information
From Controls.hpp
TCustomListControl = class(TWinControl)
Unit: Controls
Type: class
Inherited Class Members: Controls.TCustomListControl Members
Class Properties: Controls.TCustomListControl Properties
Class Methods: Controls.TCustomListControl Methods
Class Constructors & Destructors: Controls.TCustomListControl Constructors
Description
TCustomListControl is the base class for controls that display a list of items.
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.