FMX.Objects.TSelectionPoint.DoMouseLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMouseLeave; override;

C++

virtual void __fastcall DoMouseLeave();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelectionPoint

Description

DoMouseLeave is called when the mouse pointer leaves the TSelectionPoint object.

DoMouseLeave calls the inherited FMX.Controls.TControl.DoMouseLeave method and then initializes repainting of the TSelectionPoint shape.

Override the protected DoMouseLeave method to provide other responses when the mouse pointer leaves the TSelectionPoint object.

See Also