System.RegularExpressionsCore.TPerlRegEx.FoundMatch

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FoundMatch: Boolean read GetFoundMatch;

C++

__property bool FoundMatch = {read=GetFoundMatch, nodefault};

Propriétés

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

Description

Indique qu'une correspondance a été trouvée.

Renvoie True lorsque Matched* et Group* indiquent une correspondance.

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

Voir aussi