RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxEx.ComboExWndProc Method

Responds to Windows messages sent to the combo box.

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

ComboExWndProc is the window procedure of the internal combo box Ex control that is part of the extended combo box. It forwards all messages directed at that control to the ComboWndProc method. 

Message represents the parameters of the Windows message. 

 

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