API:Vcl.Controls.TCustomMultiSelectListControl

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomMultiSelectListControl

Delphi

TCustomMultiSelectListControl = class(TCustomListControl)

C++

class PASCALIMPLEMENTATION TCustomMultiSelectListControl : public TCustomListControl

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.

Vcl.Controls.TCustomMultiSelectListControl inherits from Vcl.Controls.TCustomListControl. All content below this line refers to Vcl.Controls.TCustomListControl.

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