Vcl.IMouse.TPanningWindow.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

TPanningWindow クラスのインスタンスを作成します。

Create メソッドを呼び出して、TPanningWindow クラスのインスタンスを作成します。

関連項目