Vcl.IMouse.StartPan
Delphi
function StartPan(WndHandle: THandle; AControl: TControl): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall StartPan(NativeUInt WndHandle, Vcl::Controls::TControl* AControl);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.IMouse.pas Vcl.IMouse.hpp |
Vcl.IMouse | Vcl.IMouse |
Description
Starts panning in the active window.
The StartPan routine starts panning in the active window. StartPan returns True if panning has started, False otherwise.