JVCL Help:TJvTabBarItem.Visible

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 Tab can be drawn on the Tab bar control.


Pascal

 propertyVisible: Boolean;


Description

Visible is a Boolean property that indicates if the Tab is currently available for drawing on the TJvTabBar control. In other words, it is not Hidden. The Tab may also become hidden when it has been closed and is pending destruction by the Tab bar control that owns the collection item.
The default value for Visible is True. When Visible contains False, the tab will not be drawn on the TJvTabBar control. Changing the value in Visible causes the OnChanged event handler for the TJvTabBar control to be signaled.
Enabled and Visible are used to determine if the tab can be selected at run-time using the TJvTabBar control.


See Also

TJvTabBarItem.Enabled, TJvTabBar


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