Содержание

CreateTab

Adds a new tab and makes it an active

Syntax

procedure CreateTab(aURI:string=''; aReferer:string=''; aWaitLoaded:boolean=true);

Parameters

Notes

Examples

  1. CreateTab;
  2. CreateTab('yandex.ru');
  3. CreateTab('yandex.ru','https://google.ru/');
  4. CreateTab('yandex.ru','https://google.ru/',true);