System.RegularExpressions.TMatchCollection.Item

From RAD Studio API Documentation
Revision as of 19:52, 11 November 2011 by L10nBot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TMatchCollection

Description

Returns the Match identified by index from the collection.


Code Examples

Personal tools
Translations