System.RegularExpressions.TGroupCollection.TryGetNamedGroup
Delphi
function TryGetNamedGroup(const Index: string; out Group: TGroup): Boolean;
C++
bool __fastcall TryGetNamedGroup(const System::UnicodeString Index, /* out */ TGroup &Group);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.RegularExpressions.pas System.RegularExpressions.hpp |
System.RegularExpressions | TGroupCollection |
Description
Embarcadero Technologies does not currently have any additional information.