FMX.Controls3D.TControl3D.OnDblClick
Delphi
property OnDblClick: TNotifyEvent read FOnDblClick write FOnDblClick;
C++
__property System::Classes::TNotifyEvent OnDblClick = {read=FOnDblClick, write=FOnDblClick};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TControl3D |
Description
Occurs when the left mouse button is double-clicked with the pointer over the 3D control.
OnDblClick also occurs when DblClick is called.