TabControl.EnableDragOutside

Syntax

EnableDragOutside: Boolean;

Description

The EnableDragOutside property determines whether a tab can be dragged from the control.

Comments

Available values:

Use JSON or the setEnableDragOutside method to set the property value, and the getEnableDragOutside method to get the property value.

Example

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

See also:

TabControl