[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

IEnumerator.Current

Return the current item

Declaration

Source position: objpash.inc line 254

property IEnumerator.Current: TObject
  read GetCurrent;

Description

Current simply is the redefinition of GetCurrent as a property. It is read-only.

See also

GetCurrent

IEnumerator.MoveNext

  

Move to the next value

The latest version of this document can be found at lazarus-ccr.sourceforge.net.