Show contents 

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

TabControl.EnableDropFromOutside

Syntax

EnableDropFromOutside: Boolean;

Description

The EnableDropFromOutside property determines whether a tab can be inserted from another control.

Comments

Available values:

Use JSON or the setEnableDropFromOutside method to set the property value, and the getEnableDropFromOutside method to get the property value.

Example

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

See also:

TabControl