Vcl.IMouse.TPanningWindow.Create

From RAD Studio API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse TPanningWindow

Description

Creates an instance of the TPanningWindow class.

Call Create to create an instance of the TPanningWindow class.

See Also