System.RegularExpressionsCore.TPerlRegExList.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 TPerlRegExList

Description

Indique la chaîne sur laquelle Match tente de mettre en correspondance les expressions régulières.

Propriété uniquement d'exécution.

Voir aussi