FMX.Objects.TSelectionPoint.DoMouseEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMouseEnter; override;

C++

virtual void __fastcall DoMouseEnter();

Properties

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

Description

DoMouseEnter is called when the mouse pointer enters the TSelectionPoint object.

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

Override the protected DoMouseEnter method to provide other responses when the mouse pointer enters the TSelectionPoint object.

See Also