Vcl.ActnMenus.TActionMainMenuBar.AllowHiding

From RAD Studio API Documentation

Delphi

property AllowHiding: Boolean read FAllowHiding write FAllowHiding default 0;

C++

__property AllowHiding = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TActionMainMenuBar

Description

Determines whether the action band can be hidden. {{#multireplace:Vcl.ActnMenus.TActionMainMenuBar.AllowHiding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMan.TCustomActionBar.AllowHiding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMan.TCustomActionBar.AllowHiding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Determines whether the action band can be hidden.

Use AllowHiding to specify whether the action band can be hidden at run time, if the application allows run-time customization by the end user. Setting AllowHiding to True allows the action band to be hidden at run time. If AllowHiding is set to False, the action cannot be hidden. Certain action bands, such as the main menu action band, should set this AllowHiding to False.