CoreClasses Xojo Plugin

VariantArray.MapVariantArrayDelegate Delegate (console safe)

A delegate for the Map method on this class.

MapVariantArrayDelegate(
   item as Variant,
   index as Integer) as Object

Parameters

item
The array element value to be mapped.
index
Index of the array element to be mapped.

Returns

Object
The new variant to map to.

Remarks

See Also

VariantArray Class