System.WideStrUtils.WStrEnd
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 の末尾のポインタを返します。
WStrEnd は Str の末尾にある NULL 文字へのポインタを返します。