JVCL Help:TJvTabBar.AllowTabMoving
JVCL Help: TJvTabBar.AllowTabMoving Property
Search in JVCL Help
Search in all projectsSummary
Indicates if the order of tabs can be changed using Drag-and-Drop.
Pascal
propertyAllowTabMoving: Boolean;
Description
AllowTabMoving is a Boolean property that indicates if the order of tabs in the control can be changed using Drag-and-Drop. When AllowTabMoving contains True, dragging a tab using the left mouse button causes items in the Tabs collection to be reordered. If there is a value in SelectedTab, the tab under the mouse pointer is assigned to the SelectedTab property prior to reordering tabs. The default value for AllowTabMoving is False, as assigned in the constructor for the control.
See Also
TJvCustomTabBar.Tabs, TJvCustomTabBar.SelectedTab
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page