API:Vcl.IMouse.TUpdateEvent

From RAD Studio API Documentation

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

Embarcadero Technologies does not currently have any additional information.