Vcl.StdCtrls.TCustomComboBoxStrings

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTCustomComboBoxStrings

Delphi

TCustomComboBoxStrings = class(TStrings)

C++

class PASCALIMPLEMENTATION TCustomComboBoxStrings : public System::Classes::TStrings

Properties

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

Description

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