System.RegularExpressions.TMatchCollectionEnumerator.GetCurrent

From RAD Studio API Documentation
Revision as of 23:45, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetCurrent: TMatch;

C++

TMatch __fastcall GetCurrent(void);

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