Returns the reverse of a specified string.
function ReverseString(const AText: string): string;
AnsiString ReverseString(const AnsiString AText);
StrUtils
ReverseString returns the string specified by AText with the characters in reverse order.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|