System.WideStrUtils.WStrEnd

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

Delphi

function WStrEnd(const Str: PWideChar): PWideChar;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall WStrEnd(const System::WideChar * Str);

プロパティ

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

説明

PWideChar の末尾のポインタを返します。

WStrEndStr の末尾にある NULL 文字へのポインタを返します。

関連項目