FMX.Controls.TControl.DoMouseLeave
Delphi
procedure DoMouseLeave; virtual;
C++
virtual void __fastcall DoMouseLeave();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
OnMouseLeave event dispatcher.
DoMouseLeave is called automatically when the mouse pointer leaves the control's area.
DoMouseLeave starts the animation by calling StartTriggerAnimation and applies effects by calling ApplyTriggerEffect to background the control.
Override the protected DoMouseLeave method to provide other responses when the mouse pointer leaves the control's area.