RAD Studio VCL Reference
|
Returns the reverse of a specified string.
function ReverseString(const AText: string): string; overload;
AnsiString ReverseString(const AnsiString AText);
ReverseString returns the string specified by AText with the characters in reverse order.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|