CoreClasses Xojo Plugin

VariantCollection.GetItemObjectKey Method (console safe)

Use this function to get a object key for a element specified by index.

GetItemObjectKey(
   Index as Integer) as Object

Parameters

Index
The number of the element.

Returns

Object

Remarks

The index is zero based which means the first element is number 0.

Note:
If the item located at the requested position does not have a object key nil is returned.

See Also

VariantCollection Class