JVCL Help:TJvXPBarVisibleItems.Items

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

Search in JVCL Help

 
Search in all projects
 

Summary

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 using
JvXPBar1.Items.Items[Index] or JvXPBar1.Items[Index]


See Also

Count


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