Vcl.Grids.TInplaceEdit.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 TInplaceEdit

Description

Informs the grid when the user double-clicks in the edit window.

DblClick is called when the user double-clicks in the edit window. DblClick simply passes the event on to the grid. The grid must interpret and respond to the double-click. If the edit window needs to respond to the double-click, the grid must trigger the response by calling a method or setting a property of the TInplaceEdit.

See Also