RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponentEnumerator.Create Constructor

Creates a TComponentEnumerator class instance.

Pascal
constructor Create(AComponent: TComponent);
C++
__fastcall TComponentEnumerator(TComponent * AComponent);

Call Create to instantiate a TComponentEnumerator object at runtime.  

The component to be enumerated is defined by AComponent

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!