Vcl.AxCtrls.TActiveForm.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TActiveForm(System::Classes::TComponent* AOwner);
/* TCustomForm.CreateNew */ inline __fastcall virtual TActiveForm(System::Classes::TComponent* AOwner, int Dummy) : Vcl::Forms::TCustomActiveForm(AOwner, Dummy) { }
/* TWinControl.CreateParented */ inline __fastcall TActiveForm(HWND ParentWindow) : Vcl::Forms::TCustomActiveForm(ParentWindow) { }

プロパティ

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

説明

Create は,新しい TCustomActiveForm オブジェクトを作成します。

Vcl.AxCtrls.TActiveForm.Create は Vcl.Forms.TCustomActiveForm.Create を継承しています。以下の内容はすべて Vcl.Forms.TCustomActiveForm.Create を参照しています。

Create は,新しい TCustomActiveForm オブジェクトを作成します。

Create は,TCustomActiveForm のコンストラクタです。

AOwner には,Owner プロパティの値となるコンポーネント(一般にアプリケーションオブジェクト)を指定します。オーナーは,アクティブフォームのストリーミングを初期化および解放します。

関連項目