System.RegularExpressions.TMatchCollectionEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TMatch read GetCurrent;

C++

__property TMatch Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TMatchCollectionEnumerator

Description

Returns the current TMatch in the collection that the enumerator is pointing at.

MoveNext must be called to initialize Current.

See Also