Closes one or all existing tabs.
#Include <FF.au3>
_FFTabClose([$vTab = -1[, $sMode = "index"]])
Parameters
$vTab | Optional: Index (0-n) or label (RegExp) of the tab to close. -1 = (Default) Closes the current tab.
|
||||||||||||||
$sMode |
|
Return Value
Success: | Returns 1 |
Failure: | Returns 0 and sets @ERROR |
@ERROR: |
0 ($_FF_ERROR_Success) 4 ($_FF_ERROR_InvalidValue) 8 ($_FF_ERROR_NoMatch) |
Remarks
Related
_FFTabAdd, _FFTabDuplicate, _FFTabCloseAll, _FFTabExists, _FFTabSetSelected, _FFTabGetSelected
Example