Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCommandEnumerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Enumerator for iterating through commands

Declaration

Source position: fpmkunit.pp line 411

type TCommandEnumerator = class(TCollectionEnumerator)

public

  function GetCurrent;

  

Get current command in enumeration

  property Current: TCommand; [r]

  

Current command in enumeration

end;

Inheritance

TCommandEnumerator

  

Enumerator for iterating through commands

|

TCollectionEnumerator

|

TObject

Description

Enumerator class that enables for..in loop iteration over command collections. Provides standard iterator interface for traversing TCommand objects.


Documentation generated on: Dec 15 2025