API:Vcl.Forms.TCustomFrame.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

新しい TScrollingWinControl オブジェクトを作成および初期化します。

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

新しい TScrollingWinControl オブジェクトを作成および初期化します。

Create メソッドを呼び出すと,新しい TScrollingWinControl オブジェクトを作成および初期化できます。

AOwner はスクロールウィンドウコントロールを所有する TComponent オブジェクトです。

関連項目