System.RegularExpressions.TMatchCollection.Item
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 |
説明
コレクションからインデックスで識別される一致を返します。