System.RegularExpressions.TGroupCollection.ContainsNamedGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContainsNamedGroup(const Index: string): Boolean;

C++

bool __fastcall ContainsNamedGroup(const System::UnicodeString Index);

Properties

Type Visibility Source Unit Parent
function public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TGroupCollection

Description

If a group with index exists in the collection, ContainsNamedGroup returns True, otherwise, it returns False.


See Also