IToolbarButton.Visible

Syntax

Visible: Boolean;

Description

The Visible property determines whether a button is displayed on the toolbar during form execution.

Comments

If the button uses the Action object, the value of the Visible property for the button is determined automatically by the value of the Visible property of the Action object.

See also:

IToolbarButton