appcursors OnMouseOverObject event
Example
Return to Introduction  Previous page  Next page
Applies to
acAppCursors component.  

Declaration
type  
  TacMouseOverObjectEvent = procedure(Sender: TObject; AppObject: TacAppObject; WndHandle: THandle; var Cursor: TCursor) of object;  
 
property OnMouseOverObject: TacMouseOverObjectEvent;  

Description
The OnMouseOverObject event occurs whenever mouse pointer moves over form's hot spot object. Write the OnMouseOverObject event handler to determinate the hotspot under the mouse pointer (AppObject parameter), determinate the window handle (WndHandle parameter) and determinate or change the mouse cursor for determined hotspot object.  

See also
Example