System.RegularExpressionsCore.TPerlRegEx.Subject
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.