System.RegularExpressions.TMatch.Value
Delphi
property Value: string read GetValue;
C++
__property System::UnicodeString Value = {read=GetValue};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.RegularExpressions.pas System.RegularExpressions.hpp |
System.RegularExpressions | TMatch |
Description
Holds the actual substring that matched the regular expression.