RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IMouse.TUpdateEvent Type

Initiates the cursor update.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!