AppBox.ShowAddressBar

Syntax

ShowAddressBar: Boolean;

Description

The ShowAddressBar property determines whether address bar of Foresight Analytics Platform web application is displayed.

Comments

Use the setShowAddressBar method to set the property value, and the getShowAddressBar method to get the property value. Property value cannot be set from JSON. If this property is set to true, address bar is displayed, otherwise it is not displayed.

Example

The property use is given in the example for AppBox.ModuleHeight.

See also:

AppBox