System.RegularExpressions.TGroupCollectionEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTGroupCollectionEnumerator

Delphi

TGroupCollectionEnumerator = class

C++

class PASCALIMPLEMENTATION TGroupCollectionEnumerator : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions System.RegularExpressions

Description

Contains functions and properties to enumerate over a TGroupCollection.

TGroupCollectionEnumerator has no public constructor. It is created by the GetEnumerator method and is the type of its return value.

After an enumerator is created, the MoveNext method must be called to advance the enumerator to the first element of the collection before reading the value of the Current property; otherwise, Current is undefined.

See Also