System.SysUtils.AnsiLastChar

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

Delphi

function AnsiLastChar(const S: UnicodeString): PWideChar;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall AnsiLastChar(const System::UnicodeString S)/* overload */;

プロパティ

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

説明

文字列の最後の文字を指すポインタを返します。

AnsiLastChar 関数を呼び出すと,文字列の最後の文字を取得できます。この関数はマルチバイト文字セット(MBCS)をサポートします。

関連項目