FMX.Objects3D.TPath3D.OnClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClick;

C++

__property OnClick;

Properties

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

Description


Occurs when the 3D control is clicked.

FMX.Objects3D.TPath3D.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.

See Also