System.RegularExpressions.TMatch.Value
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.