JVCL Help:TJvCustomTabBar.AllowUnselected
JVCL Help: TJvCustomTabBar.AllowUnselected Property
Search in JVCL Help
Search in all projectsSummary
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
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