[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
Reverse the letters in a string.
Source position: strutils.pp line 54
function AnsiReverseString( |
const AText: AnsiString |
):AnsiString; |
AText |
|
String to reverse |
Reversed string
AnsiReverseString returns a string with all characters of AText in reverse order.
if the result of this function equals AText, AText is called an anagram.
None.
No notes exist for this page yet.