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;

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

 

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