FMX.Controls3D.TControl3D.OnClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClick: TNotifyEvent read FOnClick write FOnClick;

C++

__property System::Classes::TNotifyEvent OnClick = {read=FOnClick, write=FOnClick};

Properties

Type Visibility Source Unit Parent
event public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

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