Vcl.Forms.TCustomActiveForm.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

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

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

関連項目