System.StrUtils.ReverseString

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

Delphi

function ReverseString(const AText: string): string;

C++

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

プロパティ

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

説明

指定した文字列の向きを逆にしたものを返します。

ReverseString 関数は,AText で指定した値の文字を逆向きに配置したものを返します。

関連項目