System.WideStrUtils.WStrScan

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

Delphi

function WStrScan(Str: PWideChar; Chr: WideChar): PWideChar;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall WStrScan(System::WideChar * Str, System::WideChar Chr);

プロパティ

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

説明

PWideChar に最初に出現する指定文字のポインタを返します。

WStrScanStr に最初に出現する Chr のポインタを返します。StrChr が含まれない場合は、WStrScannil(Delphi)または NULL(C++)を返します。NULL 終端文字は文字列の一部とみなされます。

関連項目