Vcl.Controls.TCustomListControl

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomListControl

Delphi

TCustomListControl = class(TWinControl)

C++

class PASCALIMPLEMENTATION TCustomListControl : public TWinControl

Properties

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

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.

See Also