Gets current package in enumeration
Source position: fpmkunit.pp line 1139
public function TPackageEnumerator.GetCurrent: TPackage; |
Current package object
GetCurrent returns the TPackage object at the current position in the enumeration. This method is used internally by the enumerator to provide the current package during for-in loops.