UseToolBarSwitch: Boolean;
The UseToolBarSwitch property determines whether tabs have the same style as a toolbar.
Available values:
true. Style of tabs as for the toolbar.
false. Default value. Standard tab style.
The value of the property is set from JSON or using the setUseToolBarSwitch method, and get by means of the getUseToolBarSwitch method.
The property use is given in description of the TabControl.removeItemByIndex method.
See also: