<< Click to Display Table of Contents >> AdoCollection:Item() |
![]() ![]() ![]() |
Access an individual object in the collection
METHOD Item ( uIndex AS USUAL ) AS OBJECT PASCAL CLASS AdoCollection
Argument(s)
uIndex Symbol, String or numeric postion of the object in the Collection
Note: The collections in Vo2Ado are by default 1-based ! You can change this through the AdoCollectionBase function
OBJECT Selected Object, or NULL_OBJECT when passing the wrong argument
AdoCollection, AdoCollectionBase, AdoCollection:AsArray, AdoCollection:ForEach, AdoCollection:Count,AdoCollection:Item