JVCL Help:TJvTabBar.Tabs

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

Search in JVCL Help

 
Search in all projects
 

Summary

Contains tabs defined for the tabbed-bar control.


Pascal

 propertyTabs: TJvTabBarItems;


Description

Tabs is a TJvTabBarItems property that stores tabs defined for the tabbed-bar control. Tabs is a collection for TJvTabBarItem instances created at design-time or at run-time using the AddTab method. Values in Tabs are used when methods in the Painter for the control are called during Paint and PaintTab operations, and when mouse movement and click operations are performed. Applications can use Tabs to access and maintain tabs items for the control, and to perform specific actions in event handlers like OnTabClosing, OnTabClosed, OnTabSelecting, OnTabSelected, and OnChange. Use AddTab to create a new Tab for the tabbed-bar control. Use FindTab to locate a tab in the control with the desired caption. Use FindData to locate a tab item with a specific Data object. Use MakeVisible to display a specific tab item in the Tabs property. Use SelectedTab to read or write the currently selected tab item in the Tabs collection. Use LeftTab to determine the leftmost visible tab item in the scrollable area for the tabbed-bar control. Use HotTab to determine the tab item in Tabs that lies under the mouse pointer when HotTracking contains True. Use ClosingTab to determine the tab item in Tabs that is in the process of Closing after clicking the close button on the tab. Use PageList to access TJvCustomPage instances associated with tab items stored in the Tabs collection. Use Images to access and maintain images drawn on tab items in the Tabs collection.


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