Returns the reverse of a specified string.
Unit
StrUtils
Category
string handling routines
function ReverseString(const AText: string): string;
Description
ReverseString returns the string specified by AText with the characters in reverse order.
Note: This method does not work with multibyte character sets.