Call a callback for each string in the list.
Source position: classesh.inc line 1017
public procedure TStrings.ForEach( |
aCallback: TStringsForEachMethod |
); |
aCallback: TStringsForEachMethodEx |
); |
aCallback: TStringsForEachMethodExObj |
); |
Foreach calls aCallback for every string in the list. It passes the string and optionally the string index and associated object to the callback.
|
Return a filtered list. |
|
|
Call a map routine for each string in the list. |
|
|
Set a range of strings in the list to the specified value. |
|
|
Callback signature for TStrings.Foreach. |
|
|
Callback signature for TStrings.Foreach. |
|
|
Callback signature for TStrings.Foreach. |
|
|
Reverse the order of the strings in the list. |