RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Menus.PopupList Variable

Provides centralized handling of Windows messages directed at popup menus.

Pascal
PopupList: TPopupList;
C++
TPopupList PopupList;

Use PopupList to access all the popup menus in the application or access the window handle of the window that responds to popup menu messages. PopupList maintains a list of all the popup menu components created in an application. It holds the handle of a hidden window that centralizes the processing of Windows messages directed at these popup menus. 

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