Get enumerator for iterating commands
Source position: fpmkunit.pp line 430
public function TCommands.GetEnumerator: TCommandEnumerator; |
Command collection enumerator for iteration
Function that returns a TCommandEnumerator object for iterating through the commands collection. Enables the use of for..in loops to iterate over all commands in the collection.