Vcl.Controls.TCustomPanningWindow.StartPanning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StartPanning(AHandle: THandle; AControl: TControl): Boolean; virtual; abstract;

C++

virtual bool __fastcall StartPanning(NativeUInt AHandle, TControl* AControl) = 0 ;

Properties

Type Visibility Source Unit Parent
function published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomPanningWindow

Description

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.