TIWCGJQTabOptions.Url(Integer,string) Method
Change the url from which an Ajax (remote) tab will be loaded. The specified URL will be used for subsequent loads. Note that you can not only change the URL for an existing remote tab with this method, but also turn an in-page tab into a remote tab. The second argument is the zero-based index of the tab of which its URL is to be updated. The third is a URL the content of the tab is loaded from.
public procedure Url(AIndex: Integer; AUrl: string);
Parameters
- AIndex
- Type: Integer
- AUrl
- Type: string