System.RegularExpressions.TGroupCollection.Item

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Item[const Index: Variant]: TGroup read GetItem; default;

C++

__property TGroup Item[const System::Variant Index] = {read=GetItem};

Eigenschaften

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

Beschreibung

Gibt die vom Index in der Kollektion identifizierte Gruppe zurück.

Codebeispiele