System.RegularExpressions.TGroup.Index

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Index: Integer read FIndex;

C++

__property int Index = {read=FIndex};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TGroup


Beschreibung

Die Startposition im Original-String, wo die erfasste Gruppe gefunden wurde.

Index ist eine Position, die mit 1 beginnt, es handelt sich um keine nullbasierte Position.