RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.WndProc Method

Supplements the inherited method to add special processing to some Windows messages.

Pascal
procedure WndProc(var Message: TMessage); override;
C++
virtual __fastcall WndProc(TMessage Message);

WndProc is the first method of a control that receives Windows messages. 

WndProc for TInplaceEdit passes focus events on to the grid. It calls the inherited method for all other Windows messages. WndProc converts mouse clicks to double clicks when the grid receives the first click within the double-click time period. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!