JVCL Help:TJvTabBarItem.Data

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

Search in JVCL Help

 
Search in all projects
 

Summary

Stores application-specific data for the tab.


Pascal

 propertyData: TObject;


Description

Data is a TObject property used to store an object instance that represents application-specific data for the tab.
Data can be used to store any TObject descendant, and has no pre-defined use or meaning. Applications can use Data in code provided for event handlers in the JvTabBarItem instance or in the TJvTabBar that owns the collection item.
Use the TJvTabBar.FindData method to locate an object instance stored in the Data property for Tabs defined in the tabbed-bar control.


See Also

TJvCustomTabBar.FindData, 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