FMX.Objects3D.TRectangle3D.OnMouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseDown: TMouseEvent3D read FOnMouseDown write FOnMouseDown;

C++

__property OnMouseDown;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TRectangle3D

Description


Occurs when a mouse button is pressed over a 3D control.

FMX.Objects3D.TRectangle3D.OnMouseDown inherits from FMX.Controls3D.TControl3D.OnMouseDown. All content below this line refers to FMX.Controls3D.TControl3D.OnMouseDown.

Occurs when a mouse button is pressed over a 3D control.

OnMouseDown also occurs when MouseDown is called.

Write an event handler for OnMouseDown to specify what happens when one of the mouse buttons is pressed over the 3D control.

See Also