System.StrUtils.AnsiReverseString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function AnsiReverseString(const AText: string): string;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

説明

反転文字列を返します。

AnsiReverseString 関数は,AText の文字を逆向きにして返します。