JVCL Help:TJvXPButton.OnMouseLeave

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the mouse pointer moves off the control.


Pascal

 propertyOnMouseLeave: TNotifyEvent;


Description

Write an OnMouseLeave event handler to take specific action when the user moves the mouse off the control. For example, you can use this event to undo changes that were made in an OnMouseEnter event handler.


See Also

TJvXPCustomControl.OnMouseEnter


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page