JVCL Help:IJvDataItems.GetItem

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieve an item from the list.


Pascal

 functionGetItem(Index: Integer): IJvDataItem;


Parameters

Parameters Description
Index: Integer 0-based index of the item to retrieve. The possible values range from 0 .. Count-1.


Description

GetItem retrieves a Data Item from the list given its index. The first item in the list has an Index value of 0.


See Also

IJvDataItems.Items


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