Get current command in enumeration
Source position: fpmkunit.pp line 413
public function TCommandEnumerator.GetCurrent: TCommand; |
Current command in enumeration
Function that returns the current TCommand object at the enumerator position. Called by the for..in loop mechanism to access the current item.