System.SysUtils.StrEnd

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

Delphi

function StrEnd(const Str: PAnsiChar): PAnsiChar;
function StrEnd(const Str: PWideChar): PWideChar;

C++

extern DELPHI_PACKAGE char * __fastcall StrEnd _DEPRECATED_ATTRIBUTE1("Moved to the AnsiStrings unit") (const char * Str)/* overload */;

プロパティ

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

説明

警告: StrEnd の ANSI バージョンは廃止予定です。AnsiStrings ユニットを使用してください。

ヌルで終わる文字列の末尾を指すポインタを返します。

StrEnd 関数は,Str の最後にあるヌル文字を指すポインタを返します。

関連項目