System.RegularExpressions.TMatchCollection.Item

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

Delphi

property Item[Index: Integer]: TMatch read GetItem; default;

C++

__property TMatch Item[int Index] = {read=GetItem};

プロパティ

種類 可視性 ソース ユニット
property public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TMatchCollection

説明

コレクションからインデックスで識別される一致を返します。

コード サンプル