System.RegularExpressionsCore.TPerlRegEx.Subject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Subject: string read GetSubject write SetSubject;

C++

__property System::UnicodeString Subject = {read=GetSubject, write=SetSubject};

Propriétés

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

Description

Spécifie la chaîne sur laquelle Match va essayer de faire correspondre RegEx.

Propriété uniquement d'exécution.

Voir aussi

Exemples de code