Control.DblClick (gb.qt)
Syntax
EVENT DblClick ( )
Raised when the user quickly clicks twice on the control.

This event is raised everywhere in the control, even on internal scrollbars, buttons...

If you want to know if the user double-clicked on an item of a ListView, for example, then you must use the Activate event.