System.RegularExpressions.TGroup.Length

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Length: Integer read FLength;

C++

__property int Length = {read=FLength};

Properties

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

Description

The length of the captured group.