JVCL Help:TJvXPBar.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 control.


Pascal

 propertyItems: TJvXPBarItems;


Description

Use Items to access the items in the control using an index. Valid indices are between 0 and Count

  • 1. Items contains all the items in the list. To iterate only the visible ones, use VisibleItems

instead.


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