FMX.Types.IControl.DoMouseLeave
Delphi
procedure DoMouseLeave;
C++
virtual void __fastcall DoMouseLeave(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.Types.pas FMX.Types.hpp | FMX.Types | IControl | 
Description
Provides a response when the mouse pointer leaves the control's area.
Implement the DoMouseLeave method to provide a certain behavior when the mouse pointer leaves the control's area.
TControl implements this procedure as an OnMouseLeave event dispatcher.