System.StrUtils.ReverseString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReverseString(const AText: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall ReverseString(const System::UnicodeString AText)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Description

Returns the reverse of a specified string.

ReverseString returns the string specified by AText with the characters in reverse order.

See Also