FMX.Objects3D.TDisk.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.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TDisk

Description


Occurs when the mouse enters a 3D control.

FMX.Objects3D.TDisk.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