FMX.Layers3D.TAbstractLayer3D.OnLayerMouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLayerMouseDown: TMouseEvent read FOnLayerMouseDown write FOnLayerMouseDown;

C++

__property Fmx::Types::TMouseEvent OnLayerMouseDown = {read=FOnLayerMouseDown, write=FOnLayerMouseDown};

Properties

Type Visibility Source Unit Parent
event public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

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