Vcl.Grids.TInplaceEditList.DblClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DblClick; override;

C++

DYNAMIC void __fastcall DblClick();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Informs the grid when the user double-clicks in a cell.

DblClick passes the double-click event on to the grid. The grid must interpret and respond to the double-click. If the edit window or the button needs to respond to the double-click, the grid must trigger the response by calling a method or setting a property of the TInplaceEditList class.

See Also