JVCL Help:TJvTabBar.AllowTabMoving

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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