JVCL Help:TJvTabBarItem.GetNextVisible

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

Search in JVCL Help

 
Search in all projects
 

Summary

Locates a visible tab following the current tab in the tabbed-bar control.


Pascal

 functionGetNextVisible: TJvTabBarItem;


Return Value

TJvTabBarItem - Visible tab definition following the current tab.


Description

GetNextVisible is a TJvTabBarItem function used to find the tab following the current tab that can be displayed in the TabBar control.
GetNextVisible examines the TJvTabBarItem instances in TabBar.Tabs starting at the Index specified for the current tab definition. Moving in ascending order, it checks the value in the Visible property for the examined TJvTabBarItem instance. When a visible tab is located, it is used as the return value for the method. If no visible tab can be located following the current tab, the return value is Nil.


See Also

TJvTabBarItem.GetPreviousVisible, , TJvTabBarItem.Visible, TJvTabBarItem.TabBar, TJvTabBarItems


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