TRegExpMatchCollection Class

Represents type TRegExpMatchCollection.

Namespace: System.RegExp
TObject
  System.RegExp.TRegExpMatchCollection
type
 TRegExpMatchCollection = class(TObject)
 end;

The TRegExpMatchCollection type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
GetCount

Represents method GetCount.

GetItem(Integer)

Represents method GetItem(Integer).

Top