System.RegularExpressions.TMatch.Length

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Length: Integer read GetLength;

C++

__property int Length = {read=GetLength};

Properties

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

Description

The length of the substring that matched the regular expression.