System.RegularExpressions.TGroupCollection.TryGetNamedGroup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function TryGetNamedGroup(const Index: string; out Group: TGroup): Boolean;

C++

bool __fastcall TryGetNamedGroup(const System::UnicodeString Index, /* out */ TGroup &Group);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TGroupCollection


Beschreibung