Call a map routine for each string in the list.
Source position: classesh.inc line 1042
| public procedure TStrings.Map( | 
| aMap: TStringsMapMethod; | 
| aList: TStrings | 
| ); | 
| aMap: TStringsMapMethod | 
| ):TStrings; | 
Map applies aMap to each string in the list and adds the result to the list aList. If aList is not specified, the result is a TStringList instance which must be freed by the caller.
| 
 | Call a callback for each string in the list. | |
| 
 | Call a map routine for each string in the list. | |
| 
 | Return a filtered list. | |
| 
 | Reduce algorithm for TStrings.Map. | |
| 
 | Reverse the order of the strings in the list. |