FMX.Colors.TGradientEdit.OnMouseLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseLeave;

C++

__property OnMouseLeave;

Properties

Type Visibility Source Unit Parent
event published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TGradientEdit

Description

Occurs when the mouse cursor leaves the control area.

FMX.Colors.TGradientEdit.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