FMX.Layers3D.TSolidLayer3D.OnLayerMouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLayerMouseDown: TMouseEvent read FOnLayerMouseDown write FOnLayerMouseDown;

C++

__property OnLayerMouseDown;

Properties

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

Description

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

FMX.Layers3D.TSolidLayer3D.OnLayerMouseDown inherits from FMX.Layers3D.TAbstractLayer3D.OnLayerMouseDown. All content below this line refers to FMX.Layers3D.TAbstractLayer3D.OnLayerMouseDown.

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

OnLayerMouseDown also occurs when LayerMouseDown is called.

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

See Also