SetSingleTab
Sets the mode of single tab in which all open tabs are opened in one - initial.
Syntax
procedure SetSingleTab(aSingleTab: boolean);
Parameters
- aSingleTab
- type: boolean
- functions: flag that sets browser in the single tab mode if «true» and to the multiple tabs mode if «false»
Notes
This function is supported in versions 3.11.1.7 and higher.
Examples
SetSingleTab(true);