CoreClasses Xojo Plugin

ObjectCollection.GetAt Method (console safe)

Use this function to read a item from the collection by index.

GetAt(
   n as Integer) as Object

Parameters

n
Use this parameter to specify which item to read from.

Returns

Object

Remarks

The Item read/write function can also be used to read from the collection.

ObjectArray is 0 based, that is the first item is number 0.

See Also

ObjectCollection Class