RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.EditWndProc Method

Responds to Windows messages that are sent to the edit control portion of the combo box.

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

A combo box is composed of several windows: the combo box itself, the edit control, and the drop-down list. EditWndProc is the window procedure for the edit control portion of the combo box. 

 

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