RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DSAdmin.FindClasses Method

Find all classes for given package with class name pattern.

Pascal
function FindClasses(const PackageName: UnicodeString; const ClassPattern: UnicodeString): TDBXReader;
C++
__fastcall TDBXReader FindClasses(const UnicodeString PackageName, const UnicodeString ClassPattern);

Find all classes for a given package with the given class name pattern. 

The parameter PackageName is the name of the package to search. Set to null to search all packages. This may be ignored on some platforms. 

The ClassPattern parameter contains the class pattern. If it is not null, all classes that have this string in their name are selected. 

This function returns a collection of TDSClassEntity as a TDBXReader

 

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