JVCL Help:TJvTabBarItems.Items
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTabBarItems.Items Property
[+] TJvTabBarItems Methods
[+] TJvTabBarItems Properties
Search in JVCL Help
Search in all projectsSummary
Provides indexed access to items in the collection.
Pascal
propertyItems [Index: Integer]: TJvTabBarItem;
Description
Items is an indexed TJvTabBarItem property that provides read and write access to the tabs defined in the collection using the ordinal position of the collection item. Writing a new value to a tab definition in Items cause the Assign method for the TJvTabBarItem instance to be called.
Items is the default property for the collection.
Use IndexOf to find the ordinal position of a specific TJvTabBarItem instance in the collection.
See Also
TJvTabBarItems.IndexOf, TJvTabBarItem.Assign
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