API:Vcl.ComCtrls.TComboBoxExStrings

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomComboBoxStringsSystem.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTComboBoxExStrings

Delphi

TComboBoxExStrings = class(TCustomComboBoxStrings)

C++

class PASCALIMPLEMENTATION TComboBoxExStrings : public Vcl::Stdctrls::TCustomComboBoxStrings

Properties

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

Description

TCustomComboBoxStrings represents the strings in the drop-down list of a combo box.

Vcl.ComCtrls.TComboBoxExStrings inherits from Vcl.StdCtrls.TCustomComboBoxStrings. All content below this line refers to Vcl.StdCtrls.TCustomComboBoxStrings.

TCustomComboBoxStrings represents the strings in the drop-down list of a combo box.

TCustomComboBoxStrings is the base class for objects that represent the items in the drop-down list of a combo box. Each type of combo box (TComboBox or TComboBoxEx) uses its own TCustomComboBoxStrings descendant to manage the list of items.

Do not create instances of TCustomComboBoxStrings. This class is designed to work only with a combo box. TCustomCombo creates the TCustomComboBoxStrings descendant it uses to implement its Items property.

See Also