Vcl.Menus.PopupList
Delphi
PopupList: TPopupList;
C++
extern DELPHI_PACKAGE TPopupList* PopupList;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | Vcl.Menus |
Description
Provides centralized handling of Windows messages directed at pop-up menus.
Use PopupList to access all the pop-up menus in the application or access the window handle of the window that responds to pop-up menu messages. PopupList maintains a list of all the pop-up menu components created in an application. It holds the handle of a hidden window that centralizes the processing of Windows messages directed at these pop-up menus.