System.RegularExpressions.TMatchCollectionEnumerator.Current

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Current: TMatch read GetCurrent;

C++

__property TMatch Current = {read=GetCurrent};

Propriétés

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

Description

Renvoie le TMatch actuel dans la collection sur lequel pointe l'énumérateur.

MoveNext doit être appelée pour initialiser Current.

Voir aussi