INavigationBarPad.IsSystem

Syntax

IsSystem: Boolean;

Description

The IsSystem property returns whether the tab is a system one.

Comments

The property returns True if the current tab corresponds to the system tab used in Foresight Analytics Platform to edit parameters of any object. The component will display system tabs if it is set in the IWidget.NavBar property of any component that implements a set of system tabs.

Example

The example of use is given in description of the INavigationBarPad.SystemId property.

See also:

INavigationBarPad