JVCL Help:TJvTabBarItems

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTabBarItems
run\JvTabBar.pas


Summary

Implements a collection for tabs in the TJvCustomTabBar control.

run\JvTabBar.pas


Pascal

 run\JvTabBar.pas
 TJvTabBarItems = class(TOwnedCollection);


Description

TJvTabBarItems is a TOwnedCollection descendant that implements a container for tabs defined in the TJvCustomTabBar control.
TJvTabBarItems implements the following properties used to access tab definitions and the tabbed-bar control for the collection:

TJvTabBarItems implements the following methods used to search for tab definitions in the collection:

TJvTabBarItems overrides the Notify method from the ancestor class to perform updates to the TabBar control when TJvTabBarItem instances are added, extracted, or deleted in the collection.
TJvTabBarItems is the type used to represent the Tabs property in TJvCustomTabBar.

run\JvTabBar.pas


See Also

TJvTabBarItem, TJvCustomTabBar.Tabs

run\JvTabBar.pas


About

Navigation

run\JvTabBar.pas



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