Vcl.StdCtrls.TCustomComboBox.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomComboBox(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomComboBox(HWND ParentWindow) : TCustomCombo(ParentWindow) { }

プロパティ

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

説明

Create は,TCustomComboBox のインスタンスを作成および初期化します。

Create を呼び出すと,実行時にコンボボックスを生成できます。設計時にフォームに配置されたコンボボックスは,自動的に作成されます。

AOwner は,コンボボックスのインスタンスの解放するコンポーネント(通常はフォーム)です。

関連項目