System.RegularExpressionsCore.TPerlRegExList.MatchedRegEx

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property MatchedRegEx: TPerlRegEx read FMatchedRegEx;

C++

__property TPerlRegEx* MatchedRegEx = {read=FMatchedRegEx};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegExList

Description

Contient un handle sur le dernier TPerlRegEx mis en correspondance.

Indique le composant TPerlRegEx dans la liste qui est responsable pour la recherche de la dernière correspondance.

Propriété d'exécution en lecture seule.