JVCL Help:IJvDataItems.GetItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataItems.GetItem Method
[+] IJvDataItems Methods
[+] IJvDataItems Properties
Search in JVCL Help
Search in all projectsSummary
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
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