System.RegularExpressions.TGroup.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 | TGroup |
Description
Contains the substring that matched the corresponding subpattern of the regular expression pattern.