FMX.Objects.TRoundRect.OnDblClick
Delphi
property OnDblClick: TNotifyEvent read FOnDblClick write FOnDblClick;
C++
__property OnDblClick;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TRoundRect |
Description
Occurs when the left mouse button is double-clicked with the pointer over the control.
FMX.Objects.TRoundRect.OnDblClick inherits from FMX.Controls.TControl.OnDblClick. All content below this line refers to FMX.Controls.TControl.OnDblClick.
Occurs when the left mouse button is double-clicked with the pointer over the control.
OnDblClick also occurs when DblClick is called.
For controls (such as TLabel and TPathLabel) that have the HitTest property set to False by default, the OnClick and OnDblClick mouse events pass through to the control behind this control.