FMX.Objects3D.TMesh.OnDblClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDblClick: TNotifyEvent read FOnDblClick write FOnDblClick;

C++

__property OnDblClick;

Properties

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

Description


Occurs when the left mouse button is double-clicked with the pointer over the 3D control.

FMX.Objects3D.TMesh.OnDblClick inherits from FMX.Controls3D.TControl3D.OnDblClick. All content below this line refers to FMX.Controls3D.TControl3D.OnDblClick.

Occurs when the left mouse button is double-clicked with the pointer over the 3D control.

OnDblClick also occurs when DblClick is called.

See Also