CoreClasses Xojo Plugin

VariantCollection.GetItemKey Method (console safe)

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

GetItemKey(
   Index as Integer) as String

Parameters

Index
The number of the element.

Returns

String

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 string key then a empty string is returned.

See Also

VariantCollection Class