CoreClasses Xojo Plugin

ObjectArray.Map Method (console safe)

The method that will handle mapping each element of the array.

Map(
   mapRoutine as MapObjectArrayDelegate) as ObjectArray

Parameters

mapRoutine
The method that will handle mapping each element of the array.

Returns

ObjectArray
New array with the newly mapped values.

Remarks

See Also

ObjectArray Class