JVCL Help:TJvTabBarItem.GetPreviousVisible

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 prior to the current tab in the tabbed-bar control.


Pascal

 functionGetPreviousVisible: TJvTabBarItem;


Return Value

TJvTabBarItem - Visible tab definition prior to the current tab.


Description

GetPreviousVisible is a TJvTabBarItem function used to find the tab prior to the current tab that can be displayed in the TabBar control.
GetPreviousVisible examines the TJvTabBarItem instances in TabBar.Tabs starting at the Index specified for the current tab definition. Moving in reverse 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 prior to the current tab, the return value is Nil.


See Also

TJvTabBarItem.GetNextVisible, , 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