Vcl.ActnCtrls.TCustomComboControl.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomComboControl(System::Classes::TComponent* AOwner);

プロパティ

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

説明

Create は、TCustomComboControl のインスタンスを作成します。

Create を呼び出すと、TCustomComboControl クラスのインスタンスを構築および初期化します。

関連項目