AnsiReverseString

Reverse the letters in a string.

Declaration

Source position: strutils.pp line 73

  function AnsiReverseString(const AText: AnsiString) : AnsiString;

Description

AnsiReverseString returns a string with all characters of AText in reverse order.

if the result of this function equals AText, AText is called an anagram.

Errors

None.