Vcl.Controls.TCustomPanningWindow.StopPanning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopPanning; virtual; abstract;

C++

virtual void __fastcall StopPanning() = 0 ;

Properties

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

Description

Tells the panning window to stop the panning operation.

Add this method to your code where you want the panning window to stop the panning operation.