JVCL Help:TJvTabBarItem

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTabBarItem
run\JvTabBar.pas


Summary

Implements a collection item for a tab added to a TJvTabBar control.

run\JvTabBar.pas


Pascal

 run\JvTabBar.pas
 TJvTabBarItem = class(TCollectionItem);


Description

TJvTabBarItem is a TCollectionItem descendant that implements items added to the TJvTabBarItems collection. Properties in TJvTabBarItem are used to define the tabs added to the TJvTabBar control.
TJvTabBarItem overrides methods from the ancestor class to handle creation, assignment, destruction of the collection item instances. In addition, TJvTabBarItem provides virtual methods to implement notification messages and positional indexing for items maintained in the TJvTabBarItems collection.
Use Data to access an object instance that represents data associated with items in the collection.
Use GetImages and ImageIndex to provide the image used when drawing the tab on the TJvTabBar control.
Use Enabled, Visible, Closing, Modified, Hot, and Selected to provide state information when drawing the tab on the TJvTabBar control.
Use PopupMenu to provide a pop-up context menu for the tab.
Use TabBar to access properties and methods in the TJvCustomTabBar control that owns the items in the collection.
Use the OnGetModified and OnGetEnabled event handlers to implement processing required to determine or override values for the Modified and Enabled properties (respectively).

run\JvTabBar.pas


See Also

TJvTabBarItems, TJvCustomTabBar, TJvTabBar

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