System.RegularExpressions.TMatchCollection.Item

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TMatchCollection

Beschreibung

Gibt die durch den Index identifizierte Übreinstimmung in der Kollektion zurück.

Codebeispiele