AppBox.ShowAddressBar

Syntax

ShowAddressBar: Boolean;

Description

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

Comments

Property value is set using the setShowAddressBar method and is returned using the getShowAddressBar method. 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