System.AnsiStrings.AnsiPos

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

Delphi

function AnsiPos(const Substr, S: AnsiString): Integer;

C++

extern DELPHI_PACKAGE int __fastcall AnsiPos(const System::AnsiString Substr, const System::AnsiString S)/* overload */;

プロパティ

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

説明

文字列内に出現する部分文字列の最初の文字に対するインデックス値を取得します。

AnsiPos は、指定された文字列に出現する指定された部分文字列の最初の文字に対するインデックス値を返します。これは、System.Pos 関数と同様に動作しますが、マルチバイト文字列(MBCS)の AnsiString をサポートします。

関連項目