System.RegularExpressionsCore.TPerlRegEx.Studied

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Studied: Boolean read FStudied;

C++

__property bool Studied = {read=FStudied, nodefault};

Propriétés

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

Description

Indique que RegEx a déjà été étudié par la méthode Study.

Elle vaut True si le RegEx a déjà été étudié par la méthode Study.

L'appel à Study alors que Study a déjà la valeur True n'a aucun effet.

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

Voir aussi