Reduce algorithm for TStrings.Map.
Source position: classesh.inc line 894
type TStringsMapMethod = function( |
const s: string |
):string of object; |
TStringsMapMethod is the prototype for the callback in TStrings.Map. The method must return the mapped value for value S.
|
Call a map routine for each string in the list. |