| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Reverse the letters in a string.
Source position: strutils.pp line 73
function AnsiReverseString(  | 
const AText: AnsiString  | 
):AnsiString;  | 
AText  | 
  | 
String to reverse  | 
Reversed string
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.
None.