CoreClasses Xojo Plugin
StringArray.Walk Method
Calls the given delegate routine for each element in the array.
Walk(
walkRoutine
as
WalkStringArrayDelegate)
Parameters
walkRoutine
The method that will be called for each element of the array.
Remarks
See Also
StringArray Class