FMX.Controls3D.TControl3D.OnMouseEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseEnter: TNotifyEvent read FOnMouseEnter write FOnMouseEnter;

C++

__property System::Classes::TNotifyEvent OnMouseEnter = {read=FOnMouseEnter, write=FOnMouseEnter};

Properties

Type Visibility Source Unit Parent
event public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

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