System.RegularExpressionsCore.TPerlRegExList.IndexOf

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

Delphi

function IndexOf(const ARegEx: TPerlRegEx): Integer;

C++

int __fastcall IndexOf(TPerlRegEx* const ARegEx);

プロパティ

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

説明

指定した TPerlRegEx のインデックスを返します。

リストで指定した TPerlRegEx インスタンスのインデックスを返します。リストにコンポーネントがない場合、-1 を返します。