FMX.Objects3D.TEllipse3D.OnDblClick
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 | TEllipse3D |
Description
Occurs when the left mouse button is double-clicked with the pointer over the 3D control.
FMX.Objects3D.TEllipse3D.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.