JVCL Help:TJvTabBarItem.Tag

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

Search in JVCL Help

 
Search in all projects
 

Summary

Stores an integer value as part of the Tab bar item.


Pascal

 propertyTag: Integer;


Description

Tag is an Integer property used to store an arbitrary value to associate with the Tab definition in the TabBar control.
Tag has no predefined meaning. The Tag property is provided as a convenience for developers. It can be used for storing an additional integer value or it can be typecast to any 32-bit value such as a component reference or a pointer.
The default value for Tag is 0 (zero), as assigned in the constructor for the collection item.


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