JVCL Help:TJvCustomTabBar.MakeVisible

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

Search in JVCL Help

 
Search in all projects
 

Summary

Ensures the specified Tab is visible on the scrollable drawing are for the tabbed-bar control.


Pascal

 functionMakeVisible(Tab: TJvTabBarItem): Boolean;


Parameters

Parameters Description
Tab: TJvTabBarItem Item to scroll into view on the control.


Return Value

Boolean - Always returns False.


Description

MakeVisible is a Boolean function used to ensure that the TJvTabBarItem specified in Tab is visible on the scrollable drawing are for the tabbed-bar control. Tab must contain a valid object instance and its' Visible property must contain True or no action is preformed.
MakeVisibile is used when the control is redrawn after assigning a new value to the SelectedTab property. This includes recalculating the display rectangle for all items defined in the Tabs property, and adjusting the value in LeftTab to allow display of the Item. Scroll buttons are also updated to reflect the tabs seen on the scrollable drawing area for the control.


See Also

TJvTabBarItem.Visible, TJvCustomTabBar.SelectedTab, TJvCustomTabBar.Tabs


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