RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActiveForm.OnMouseLeave Event

Occurs when the user moves the mouse outside of a control.

Pascal
property OnMouseLeave: TNotifyEvent;
C++
__property TNotifyEvent OnMouseLeave;

Use the OnMouseLeave event handler to implement any special processing that should occur as a result of moving the mouse outside of a control when the parent top-level form is not active. 

 

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