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

説明

Create は,TCustomFrame オブジェクトを作成し,初期化します。

Create コンストラクタを使用すると,フレームを作成,初期化できます。

AOwner パラメータは,フレームを所有するコンポーネントです。

関連項目