Vcl.IMouse.TPanningWindow.DoUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUpdate(var Delta: TPoint; var CursorDirection: TPanDirections); dynamic;

C++

DYNAMIC void __fastcall DoUpdate(System::Types::TPoint &Delta, TPanDirections &CursorDirection);

Properties

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

Description

Updates the panning window according to the direction.

The DoUpdate method updates the scroll of the panning window according to the direction specified using the mouse.