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

説明

TComboBoxExStrings インスタンスを作成および初期化します。

Create メソッドは、TComboBoxExStrings インスタンスをインスタンス化し、そのプロパティを初期化します。

直接 TComboBoxExStrings のインスタンスを作成しないでください。 TComboBoxExStrings は、TComboBoxEx で内部的に使用されます。

関連項目