Vcl.Forms.TCustomDockForm.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

CreateTCustomDockForm のインスタンスを作成します。

通常,アプリケーションでは TCustomDockForm のインスタンスを作成しません。FloatingDockSiteClass プロパティの値としてこのクラスを指定するコントロールが必要とした時点で,自動的にインスタンス化されます。

AOwner は,ドッキングフォームのオーナーです。

関連項目