API:Vcl.IMouse.TPanningWindow.StartPanning
Delphi
function StartPanning(AHandle: THandle; AControl: TControl): Boolean; override;
C++
virtual bool __fastcall StartPanning(Winapi::Windows::THandle AHandle, Vcl::Controls::TControl* AControl);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.IMouse.pas Vcl.IMouse.hpp |
Vcl.IMouse | TPanningWindow |
Description
Tells the panning window to start the panning operation.
Vcl.IMouse.TPanningWindow.StartPanning inherits from Vcl.Controls.TCustomPanningWindow.StartPanning. All content below this line refers to Vcl.Controls.TCustomPanningWindow.StartPanning.
Tells the panning window to start the panning operation.
Include this method in your code where you want the panning window to start the panning operation.