Содержание

CloseTab

Closes the tab that meets the conditions.

Syntax

procedure CloseTab(aTabIndex:integer);

Parameters

  • aTabIndex
    • type: integer
    • functions: tab index

Notes

Examples

  1. //Close the first tab
    CloseTab(0);