FMX.Controls3D.TControl3D.Click

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Click; virtual;

C++

virtual void __fastcall Click();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Responds to user clicks.

Click is an event handler for the OnClick event. It is automatically called when the left mouse button is pressed and released with the pointer over the control.

Call Click in applications to simulate an OnClick mouse event.

See Also