System.RegularExpressions.TMatch.Value

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Value: string read GetValue;

C++

__property System::UnicodeString Value = {read=GetValue};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TMatch

Description

Contient la sous-chaîne correspondant à l'expression régulière.

Exemples de code