Vcl.IMouse.TPanningWindow.SetPanCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPanCursor(ADirection: TPanDirections); virtual;

C++

virtual void __fastcall SetPanCursor(TPanDirections ADirection);

Properties

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

Description

Sets the panning cursor's shape.

The SetPanCursor method sets the shape of the panning cursor.

See Also