System.AnsiStrings.AnsiLastChar

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

Delphi

function AnsiLastChar(const S: AnsiString): PAnsiChar;

C++

extern DELPHI_PACKAGE char * __fastcall AnsiLastChar(const System::AnsiString S)/* overload */;

プロパティ

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

説明

文字列の末尾の文字を取得します。

AnsiLastChar は、AnsiString の末尾の文字へのポインタを返します。この関数は、マルチバイト文字をサポートします。

関連項目