help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'strutils' (#rtl)

AnsiReverseString

Reverse the letters in a string.

Declaration

Source position: strutils.pp line 54

function AnsiReverseString(

  const AText: AnsiString

):AnsiString;

Arguments

AText

  

String to reverse

Function result

Reversed string

Description

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.

Errors

None.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505