EnableDragOutside: Boolean;
The EnableDragOutside property determines whether a tab can be dragged from the control.
Available values:
true. The tab can be dragged from the control.
false. Default value. The tab cannot be dragged from the control.
Use JSON or the setEnableDragOutside method to set the property value, and the getEnableDragOutside method to get the property value.
The property use is given in description of the TabControl.removeItemByIndex method.
See also: