FMX.Layers3D.TTextLayer3D.OnMouseEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseEnter: TNotifyEvent read FOnMouseEnter write FOnMouseEnter;

C++

__property OnMouseEnter;

Properties

Type Visibility Source Unit Parent
event published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TTextLayer3D

Description

Occurs when the mouse enters a 3D control.

FMX.Layers3D.TTextLayer3D.OnMouseEnter inherits from FMX.Controls3D.TControl3D.OnMouseEnter. All content below this line refers to FMX.Controls3D.TControl3D.OnMouseEnter.

Occurs when the mouse enters a 3D control.

Write an event handler for OnMouseEnter to specify what happens when the mouse enters the 3D control.

See Also