JVCL Help:TJvTabBarItem.Caption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Text displayed on the tab in the tabbed-bar control.


Pascal

 propertyCaption: TCaption;


Description

Caption is a String property that specifies the text displayed on the tab when rendered in the tabbed-bar control. The values in Caption and ImageIndex are used when the tabs are rendered in the TJvTabBarPainter.DrawTab method. Changing the value in Caption causes the tab and the TabBar to be redrawn.
The value in Caption is updated using the parameter value passed when the TJvCustomTabBar.AddTab method is called. Caption is also used to select an existing tab in the control when calling the TJvCustomTabBar.FindTab method.


See Also

TJvTabBarItem.TabBar, TJvTabBarItem.ImageIndex, TJvCustomTabBar.FindTab, TJvTabBar.Painter


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