IMenuItem.Visible

Syntax

Visible: Boolean;

Description

The Visible property determines whether the menu item is visible during form execution.

Comments

If the menu item uses the Action object, the value of the Visible property of the menu item is determined automatically by the value of the Visible property of the Action object.

See also:

IMenuItem