Navigation:  DAO Collection Classes > DaoCollection Class >

DaoCollection:Item Access

Previous pageReturn to chapter overviewNext page

Purpose

Access an individual object in the collection

 

Parameters

uIndexSymbol, String or numeric postion of the object in the Collection

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

 

Returns

ObjectSelected object or NULL_OBJECT when passing wrong argument

 

Class

DaoCollection

 

See Also

DaoCollection:ForEachEvaluate a CodeBlock for every object in the collection
DaoCollection:AsArrayReturns collection in the form of an VO array
DaoCollection:CountNumber of items in the collection
DaoCollectionBase()Gets/sets the numeric value of the first item of a collection