RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.DblClick Method

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

Pascal
procedure DblClick; override;
C++
virtual __fastcall DblClick();

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!