System.RegularExpressions.TGroupCollection.Count

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount};

Eigenschaften

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

Beschreibung

Die Anzahl der Gruppen in der Kollektion.

Codebeispiele