RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StrUtils.ReverseString Function

Returns the reverse of a specified string.

Pascal
function ReverseString(const AText: string): string; overload;
C++
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!