FMX.CalendarEdit.TCalendarEdit.OnMouseEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseEnter: TNotifyEvent read FOnMouseEnter write FOnMouseEnter;

C++

__property OnMouseEnter _DEPRECATED_ATTRIBUTE0 ;

Properties

Type Visibility Source Unit Parent
event published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: OnMouseEnter is deprecated.

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

FMX.CalendarEdit.TCalendarEdit.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