CoreClasses Xojo Plugin

ObjectCollection.GetItemKey Method

Use this function to get a string 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

ObjectCollection Class