FMX.Objects.TLine.OnMouseEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseEnter: TNotifyEvent read FOnMouseEnter write FOnMouseEnter;

C++

__property OnMouseEnter;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TLine

Description

Occurs when the mouse cursor enters the area of the control.

FMX.Objects.TLine.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.

See Also