Show contents 

Working with General Visual Components > Classes > TabControl > TabControl.UseToolBarSwitch

TabControl.UseToolBarSwitch

Syntax

UseToolBarSwitch: Boolean;

Description

The UseToolBarSwitch property determines whether tabs have the same style as a toolbar.

Comments

Available values:

The value of the property is set from JSON or using the setUseToolBarSwitch method, and get by means of the getUseToolBarSwitch method.

Example

The property use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl