RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPopupList Class

TPopupList manages the window that handles popup menu messages.

Pascal
TPopupList = class(TList);
C++
class TPopupList : public TList;

Menus

TPopupList is the type of the global PopupList variable, which provides centralized message handling for all popup menus in an application. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!