Vcl.IMouse.TPanningWindow.StartPanning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StartPanning(AHandle: THandle; AControl: TControl): Boolean; override;

C++

virtual bool __fastcall StartPanning(NativeUInt AHandle, Vcl::Controls::TControl* AControl);

Properties

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

Description

Indicates the panning window to start the panning operation.

The StartPanning method tells the panning window to start the panning operation. Use StartPanning to initiate panning.