RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.ListWndProc Method

Responds to Windows messages that are sent to the drop-down list portion of the combo box.

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

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

 

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