Vcl.Menus.TPopupList
Delphi
TPopupList = class(TList)
C++
class PASCALIMPLEMENTATION TPopupList : public System::Classes::TList
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | Vcl.Menus |
Description
TPopupList manages the window that handles popup menu messages.
TPopupList is the type of the global PopupList variable, which provides centralized message handling for all popup menus in an application.