TIWCGJQTabOptions.Add(string,string,Integer) Method

Add a new tab. The second argument is either a URL consisting of a fragment identifier only to create an in-page tab or a full url (relative or absolute, no cross-domain support) to turn the new tab into an Ajax (remote) tab. The third is the zero-based position where to insert the new tab. Optional, by default a new tab is appended at the end.

Namespace: IWCGJQTabs
public
 procedure Add(AUrl,ALabel: string; AIndex: Integer = -1);

Parameters

AUrl
Type: string

ALabel
Type: string

AIndex
Type: Integer