System.StrUtils.AnsiReverseString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AnsiReverseString(const AText: string): string;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Description

Renvoie la chaîne inversée.

AnsiReverseString renvoie AText en inversant ses caractères.