FMX.Edit.TEdit.OnMouseEnter
Delphi
property OnMouseEnter: TNotifyEvent read FOnMouseEnter write FOnMouseEnter;
C++
__property OnMouseEnter;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Edit.pas FMX.Edit.hpp |
FMX.Edit | TEdit |
Description
Occurs when the mouse cursor enters the area of the control.
FMX.Edit.TEdit.OnMouseEnter inherits from FMX.Controls.TControl.OnMouseEnter. All content below this line refers to FMX.Controls.TControl.OnMouseEnter.
Occurs when the mouse cursor enters the area of the control.
OnMouseEnter also occurs when DoMouseEnter is called.
Write an event handler for OnMouseEnter to specify what happens when the mouse cursor is moved inside the control area.