System.RegularExpressions.TGroup.Index

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Index: Integer read FIndex;

C++

__property int Index = {read=FIndex};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TGroup

Description

Spécifie la position de début dans la chaîne d'origine où a été trouvé le groupe capturé.

Index est une position démarrant à 1. Il ne s'agit pas d'une position de base zéro.