Vcl.ActnMenus.TCustomAddRemoveItem.IsActionVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsActionVisible: Boolean;

C++

bool __fastcall IsActionVisible();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomAddRemoveItem

Description

Indicates whether the add/remove item is visible in the menu of the customize dialog.

IsActionVisible returns true if the Add/Remove item is currently visible in the menu of the customize dialog. The menu can automatically hide items that have not been used recently.

IsActionVisible locates the action client object that corresponds to this menu item, if any. If this menu item has a corresponding action client in the action manager, IsActionVisible returns the value of that object's Visible property. If this menu item does not have a corresponding action client, IsActionVisible returns false.

See Also