INavigationBarPads.Add

Syntax

Add(Pad: INavigationBarPad);

Parameters

Pad. The tab that must be added to the collection.

Description

The Add method adds the specified tab to the tabs collection of a current navigation panel.

Comments

Tab adds to the collection end. The tab header is displayed lower than all the other titles.

Example

The example of use is given in description of the INavigationBar.Pads property.

See also:

INavigationBarPads