CoreClasses Xojo Plugin

VariantArray.WalkVariantArrayDelegate Delegate (console safe)

A delegate for the Walk method on this class.

WalkVariantArrayDelegate(
   item as Variant,
   index as Integer)

Parameters

item
The array element value for each item as the array is "walked"
index
Index of the array element.

Remarks

See Also

VariantArray Class