[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
Reverse characters in a string
Source position: strutils.pp line 53
function ReverseString( |
const AText: String |
):String; |
AText |
|
String to reverse |
String with characters in reversed order.
ReverseString returns a string, made up of the characters in string AText, in reverse order.
None.
|
Choose a random string from an array of strings. |
No notes exist for this page yet.