API:Vcl.ActnMenus.TCustomActionPopupMenu.Expand
Delphi
procedure Expand(Full: Boolean); override;
C++
virtual void __fastcall Expand(bool Full);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TCustomActionPopupMenu |
Description
Causes the menu bar to show all items, including the hidden ones.
Vcl.ActnMenus.TCustomActionPopupMenu.Expand inherits from Vcl.ActnMenus.TCustomActionMenuBar.Expand. All content below this line refers to Vcl.ActnMenus.TCustomActionMenuBar.Expand.
Causes the menu bar to show all items, including the hidden ones.
Use Expand to show all of the items in a menu, even if they are marked as hidden. The Full parameter is used to indicate whether or not submenus should display all items as well.