Vcl.Menus.TPopupList

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TListSystem.TObjectTPopupList

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.

See Also