Vcl.Forms.TScrollingWinControl.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

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

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

関連項目