System.RegularExpressions.TMatchCollectionEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TMatch;

C++

TMatch __fastcall GetCurrent();

Properties

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

Description

Access function for the Current property.

See Also