AdoFields:Item Access

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoFields Class >

AdoFields:Item Access

Previous pageReturn to chapter overviewNext page

Purpose

Access an individual object in the collection

 

Prototype

ACCESS Item ( uIndex AS USUAL )  AS AdoField 

 

Data Type

uIndex        Symbol, String or numeric postion of the object in the Collection

 Note: The collections in Xs2Ado are by default 1-based !

 

Return

OBJECT        Selected Object, or NULL_OBJECT when passing the wrong argument

 

See Also

AdoFields, AdoCollectionBase()