RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClassFinder.Create Constructor

Creates a TClassFinder class instance.

Pascal
constructor Create(AClass: TPersistentClass = nil; AIncludeActiveGroups: Boolean = False);
C++
__fastcall TClassFinder(TPersistentClass AClass = nil, Boolean AIncludeActiveGroups = False);

Call Create to instantiate a TClassFinder object at runtime.  

The AClass optional parameter limits the scope of returned classes to the specified class and its ancestors. A nil value does not limit the returned classes.  

If true, the AIncludeActiveGroups optional parameter will append to the list of classes those that are active in the current application. 

 

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