FMX.Layouts.TGridLayout.OnDblClick

From RAD Studio API Documentation

Delphi

property OnDblClick: TNotifyEvent read FOnDblClick write FOnDblClick;

C++

__property OnDblClick;

Properties

Type Visibility Source Unit Parent
event published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TGridLayout

Description

Occurs when the left mouse button is double-clicked with the pointer over the control. {{#multireplace:FMX.Layouts.TGridLayout.OnDblClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.OnDblClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.OnDblClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also