System.SysUtils.AnsiLastChar
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)をサポートします。