System.RegularExpressions.TMatch.NextMatch

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function NextMatch: TMatch;

C++

TMatch __fastcall NextMatch();

Eigenschaften

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

Beschreibung

Gibt die nächste Übereinstimmung zurück.

NextMatch ruft Match mit der Eigenschaft StartPos der Position auf, an der die letzte Übereinstimmung beendet wurde (Index + Length).

Siehe auch