API:Vcl.ComCtrls.TComboBoxExStrings.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(Owner: TCustomComboBoxEx); reintroduce;

C++

__fastcall TComboBoxExStrings(TCustomComboBoxEx* Owner);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

説明


TStrings オブジェクトのインスタンスを作成(Create)します。

Vcl.ComCtrls.TComboBoxExStrings.Create は System.Classes.TStrings.Create を継承しています。以下の内容はすべて System.Classes.TStrings.Create を参照しています。

TStrings オブジェクトのインスタンスを作成(Create)します。

Create メソッドを TStrings に対して直接呼び出してはいけません。TStrings は抽象クラスであり、そのコンストラクタは、派生クラスのコンストラクタから派生メソッドとして呼び出されなければなりません。


関連項目