Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStrings.Reverse

Reverse the order of the strings in the list.

Declaration

Source position: classesh.inc line 759

public function TStrings.Reverse: TStrings;

procedure TStrings.Reverse(

  aList: TStrings

);

Description

Reverse reverses the order of the strings in the list.

See also

TStrings.Filter

  

Return a filtered list.

TStrings.Map

  

Call a map routine for each string in the list.

TStrings.Foreach

  

Call a callback for each string in the list.

TStrings.Reduce

  

Get a reduced value from the string list.

TStrings.Sort


Documentation generated on: Jul 24 2023