TRegExpGroup Class

Represents type TRegExpGroup.

Namespace: System.RegExp
TObject
  System.RegExp.TRegExpGroup
type
 TRegExpGroup = class(TObject)
 end;

The TRegExpGroup type exposes the following members.

Show:
 NameDescription
Index

Represents property Index.

Length

Represents property Length.

Success

Represents property Success.

Value

Represents property Value.

Top
Show:
 NameDescription
GetIndex

Represents method GetIndex.

GetLength

Represents method GetLength.

GetSuccess

Represents method GetSuccess.

GetValue

Represents method GetValue.

Top