Show: Delphi C++
Display Preferences

FMX.Types3D.TControl3D.OnMouseMove

From XE2 API Documentation
Jump to: navigation, search

Delphi

property OnMouseMove: TMouseMoveEvent3D read FOnMouseMove write FOnMouseMove;

C++

__property TMouseMoveEvent3D OnMouseMove = {read=FOnMouseMove, write=FOnMouseMove};

Properties

Type Visibility Source Unit Parent
event published
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TControl3D

Description

Occurs when the mouse cursor moves while over the 3D control area.

OnMouseMove also occurs when MouseMove is called.

Write an event handler for OnMouseMove to specify what happens when the mouse cursor is moved while over the control area.

See Also

Personal tools
Previous Versions
Translations