System.WideStrUtils.WStrPos

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

Delphi

function WStrPos(const Str1, Str2: PWideChar): PWideChar;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall WStrPos(const System::WideChar * Str1, const System::WideChar * Str2);

プロパティ

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

説明

別の PWideChar に最初に出現する PWideChar のポインタを返します。

WStrPosStr1 に最初に出現する Str2 のポインタを返します。Str2Str1 が含まれない場合は、WStrPosnil(Delphi)または NULL(C++)を返します。

関連項目