FMX.CalendarEdit.TCalendarEdit.OnMouseLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseLeave;

C++

__property OnMouseLeave _DEPRECATED_ATTRIBUTE0 ;

Properties

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

Description

Warning: OnMouseLeave is deprecated.

Occurs when the mouse cursor leaves the control area.

FMX.CalendarEdit.TCalendarEdit.OnMouseLeave inherits from FMX.Controls.TControl.OnMouseLeave. All content below this line refers to FMX.Controls.TControl.OnMouseLeave.

Occurs when the mouse cursor leaves the control area.

OnMouseLeave also occurs when DoMouseLeave is called.

Write an event handler for OnMouseLeave to specify what happens when the mouse cursor is moved outside the control area.

See Also