JVCL Help:TJvXPBarVisibleItems.Items
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXPBarVisibleItems.Items Property
[+] TJvXPBarVisibleItems Methods
[+] TJvXPBarVisibleItems Properties
Search in JVCL Help
Search in all projectsSummary
Provides indexed access to the items in the list.
Pascal
propertyItems [Index: Integer]: TJvXPBarItem;
Parameters
Parameters | Description |
Index | The 0-based index of the item. |
Description
Use Items to access the items in the collection by index. Valid indices are between 0 and Count - 1. Items is the default property of TJvXPBarVisibleItems, which means you can call it either usingJvXPBar1.Items.Items[Index]
or JvXPBar1.Items[Index]
See Also
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