FMX.Calendar.TCalendar.OnMouseLeave
Delphi
property OnMouseLeave: TNotifyEvent read FOnMouseLeave write FOnMouseLeave;
C++
__property OnMouseLeave;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Calendar.pas FMX.Calendar.hpp |
FMX.Calendar | TCalendar |
Description
Occurs when the mouse cursor leaves the control area.
FMX.Calendar.TCalendar.OnMouseLeave inherits from FMX.Controls.TControl.OnMouseLeave. All content below this line refers to FMX.Controls.TControl.OnMouseLeave.
Occurs when the mouse cursor leaves the control area.
OnMouseLeave also occurs when DoMouseLeave is called.
Write an event handler for OnMouseLeave to specify what happens when the mouse cursor is moved outside the control area.