Event handler signalled when the mouse pointer has left the control.
Source position: controls.pp line 1568
protected property TControl.OnMouseLeave : TNotifyEvent |
OnMouseLeave is a TNotifyEvent property with the event handler signalled when the mouse pointer has left the bounds for the control. OnMouseLeave is signalled from the MouseLeave method (when assigned), and occurs after the Parent control has been notified of the event. The Sender argument contains the control for the notification, and must be cast to a TControl type to access the properties or values specific to the class type.
Use OnMouseEnter to perform actions needed when the mouse pointer has entered the bounds for the control.
|
Signals the OnMouseLeave event handler (when assigned). |
|
|
Handles a CM_MOUSELEAVE message for the control. |
|
|
Event handler signalled when the mouse pointer has entered the control. |
|
TNotifyEvent |
CT Web help |
CodeTyphon Studio |