RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DSAdmin.FindMethods Method

Find public methods for class.

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

FindMethods finds public methods for a class using a pattern. 

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

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

If the parameter MethodPattern if not null, all methods that have this string in their name are selected.  

This method returns a collection of DSMethodEntity as a TDBXReader

 

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