API:Vcl.StdCtrls.TCustomCombo

From RAD Studio API Documentation

TCustomComboVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TCustomCombo = class(TCustomListControl)

C++

class PASCALIMPLEMENTATION TCustomCombo : public Vcl::Controls::TCustomListControl

Properties

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

Description

TCustomListControl is the base class for controls that display a list of items. {{#multireplace:Vcl.StdCtrls.TCustomCombo|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TCustomListControl|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TCustomListControl|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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