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