RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StrUtils.ReverseString Function

Returns the reverse of a specified string.

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