System.RegularExpressions.TGroup.Value

From RAD Studio API Documentation
Jump to: navigation, search

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.


Code Examples