Reverse the order of the strings in the list.
Source position: classesh.inc line 1042
public function TStrings.Reverse: TStrings; |
aList: TStrings |
); |
Reverse reverses the order of the strings in the list.
|
Return a filtered list. |
|
|
Call a map routine for each string in the list. |
|
|
Call a callback for each string in the list. |
|
|
Get a reduced value from the string list. |
|
TStrings.Sort |