TComponentEnumerator.Create
Initialize a new instance of TComponentEnumerator
Declaration
Source position: classesh.inc line 2034
public
constructor Create(AComponent: TComponent);
Description
Create initializes a new instance of TComponentEnumerator and keeps a reference to the component AComponent that will be enumerated.
See also
Name | Description |
---|---|
TComponent | Base class for all components that need owner-owned functionality. |