TComponent.GetEnumerator

Create an IEnumerator instance

Declaration

Source position: classesh.inc line 2124

public 
  function GetEnumerator : TComponentEnumerator;

Description

GetEnumerator is the implementation of the IEnumerable interface for TComponent. It creates a TComponentEnumerator instance and returns it's IEnumerator interface. The enumerator enumerates all child components of the component instance.

See also

Name Description
IEnumerable Interface to retrieve an enumerator from a class.
IEnumerator Enumerator support interface
TComponentEnumerator Implements IEnumerator for the TComponent class.