System.WideString.LastChar

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

C++

const WideChar*    LastChar() const;
WideChar*          LastChar();

プロパティ

種類 可視性 ソース ユニット
function public wstring.h System WideString

説明

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

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