RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPopupList.WndProc Method

Provides centralized message handling for all popup menus in the application.

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

Override WndProc to subclass the window procedure that handles messages directed at the popup menus in an application. WndProc handles messages by dispatching commands, displaying help, painting menu item, and so on. 

 

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