CloseTab
Closes the tab that meets the conditions.
Syntax
procedure CloseTab(aTabIndex:integer);
Parameters
- aTabIndex
- type: integer
- functions: tab index
Notes
Examples
//Close the first tab CloseTab(0);
en:wascript:pascal:methods:closetab
Closes the tab that meets the conditions.
procedure CloseTab(aTabIndex:integer);
//Close the first tab CloseTab(0);