Vcl.IMouse.TUpdateEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TUpdateEvent = procedure (Sender: TObject; var Delta: TPoint;
var CursorDirection: TPanDirections) of object;

C++

typedef void __fastcall (__closure *TUpdateEvent)(System::TObject* Sender, Winapi::Windows::TPoint &Delta, TPanDirections &CursorDirection);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse Vcl.IMouse

Description

Initiates the cursor update.

This event is called when the cursor is to be updated.

See Also