Vcl.IMouse.StartPan

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StartPan(WndHandle: THandle; AControl: TControl): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall StartPan(Winapi::Windows::THandle 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.

Code Examples