Vcl.ComCtrls.TComboBoxExStrings.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TCustomComboBoxEx); reintroduce;

C++

__fastcall TComboBoxExStrings(TCustomComboBoxEx* Owner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Description

Creates and initializes a TComboBoxExStrings instance.

Create instantiates a TComboBoxExStrings instance and initializes its properties.

Do not create instances of TComboBoxExStrings directly. TComboBoxExStrings is used internally in TComboBoxEx.

See Also