System.RegularExpressions.TMatchCollection.Item

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Renvoie la correspondance identifiée par l'index de la collection.

Exemples de code