headerpanel OnMouseLeave event
Return to Introduction  Previous page  Next page
Applies to
acLabel, acURLLabel, acRichLabel, acCheckBox, acRadioButton, acButton, acBitBtn, acEdit, acNumberEdit, acMRUComboBox, acHeader, acHeaderPanel, acTreeView, acListView components.  

Declaration
property OnMouseLeave: TNotifyEvent;  

Description
The OnMouseLeave occurs when mouse pointer leaves the header panel.  
 
tip If you wish to be notified when mouse leaves the header of the control — use OnHeaderMouseLeave event.  

See also
OnMouseEnter, OnHeaderMouseEnter and OnHeaderMouseLeave events.