NavigationBar.removeItem

Syntax

removeItem (item, notDispose)

Parameters

item. Tab to be removed. An instance of the NavigationItem class.

notDispose. Determines whether to fully delete the tab.

Description

The removeItem method removes the selected tab.

Example

The example of use is given in description of the NavigationBar.getActiveItem method.

See also:

NavigationBar