CoreClasses Xojo Plugin

ObjectDictionary.Walk Method (console safe)

Calls the given delegate routine for each value in the dictionary.

Walk(
   mapRoutine as WalkObjectDictionaryDelegate)

Parameters

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

Remarks

See Also

ObjectDictionary Class