API:FMX.Layers3D.TBufferLayer3D.OnClick
Delphi
property OnClick;
C++
__property OnClick;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Layers3D.pas FMX.Layers3D.hpp |
FMX.Layers3D | TBufferLayer3D |
Description
Occurs when the 3D control is clicked.
FMX.Layers3D.TBufferLayer3D.OnClick inherits from FMX.Controls3D.TControl3D.OnClick. All content below this line refers to FMX.Controls3D.TControl3D.OnClick.
Occurs when the 3D control is clicked.
Usually, the OnClick event happens when the left mouse button is pressed and released with the pointer over the 3D control or when Click is called. The OnClick event also happens when the 3D control is in focus and the SPACEBAR or ENTER key is pressed.
OnClick cannot be associated with a 3D form.