JVCL Help:TJvTabBar.AllowUnselected

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 selected tab can be omitted for the tabbed-bar control.


Pascal

 propertyAllowUnselected: Boolean;


Description

AllowUnselected is a Boolean property that indicates if a selected tab can be omitted when updates are performed for the tabbed-bar control. When AllowUnselected contains True, the value in SelectedTab can contain Nil if the selected tab is hidden, disabled, or the selection is cleared. When AllowUnselected contains False, any change that causes the control to be updated with attempt to find a selectable tab item in the Tabs collection for assignment to the SelectedTab property. The default value for AllowUnselected is False, as assigned in the constructor for the control.


See Also

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