JVCL Help:TJvOwnerDrawViewer.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 [Index: Integer]: TJvViewerItem;


Description

Use Items to read or modify an item at a particular position. Index gives the position of the item, where 0 is the position of the first item, 1 is the position of the second item, and so on. To locate a particular item in the list, call the IndexOf method.


See Also

TJvCustomItemViewer.IndexOf


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