Vcl.ActnMenus.TCustomActionMenuBar.FPopupStack
Delphi
FPopupStack: TMenuStack;
C++
TMenuStack* FPopupStack;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TCustomActionMenuBar |
Description
Holds the stack of pop-up menus.
FPopupStack is a field that is used internally to hold the stack of pop-up menus. FPopupStack is the read value for the PopupStack property.