System.Classes.TComponentEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AComponent: TComponent);

C++

__fastcall TComponentEnumerator(TComponent* AComponent);

Properties

Type Visibility Source Unit Parent
constructor public
System.Classes.pas
System.Classes.hpp
System.Classes TComponentEnumerator

Description

Creates a TComponentEnumerator class instance.

Call Create to instantiate a TComponentEnumerator object at runtime.

The component to be enumerated is defined by AComponent.

See Also