CoreClasses Xojo Plugin

VariantArray.Walk Method (console safe)

Calls the given delegate routine for each element in the array.

Walk(
   walkRoutine as WalkVariantArrayDelegate)

Parameters

walkRoutine
The method that will be called for each element of the array.

Remarks

See Also

VariantArray Class