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 bar.

Comments

The tab is added to the collection end. The tab header is displayed lower than all the other headers.

Example

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

See also:

INavigationBarPads