JVCL Help:TJvTabBarItem.Name

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the name for the Tab item for use in code.


Pascal

 propertyName: string;


Description

Name is a String property that represents the name to associate with the Tab in the collection that owns the collection item. Use the Name property to assign a new name to the tab or to find the name of the tab item.
Name can be changed at design-time to reflect a meaningful value that make the application’s code more readable. Name must be a valid Delphi identifier.
Changing the value in Name causes the TJvTabBarItems collection that owns the Tab definition to be searched to ensure that the value is not already in use. If the value in Name is already in use, no change is made to the current tab definition.
Use Caption to specify the value displayed on the tab item when rendered in the TabBar control.
Use Tag to specify a numeric value associated with the tab definition.
Use Data to store a TObject instance that can be used in conjunction with the tab definition.


See Also

TJvTabBarItem.Caption, TJvTabBarItem.Tag, TJvTabBarItem.Data


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