[fpc-pascal] Examine methods with TypeInfo

Michael Fuchs freepascal at ypa-software.de
Thu May 26 11:43:39 CEST 2011


Hello,

I know how to find published properties with TypeInfo, but how can I 
find methods?

type
   MyClass = class(TObject)
     published
       function Function1(APara: String): LongInt;
       function Function2(APara: String): Boolean;
       function Function2(APara: Integer): LongInt;
   end;

I need the method names, the parameter types and the return type.

Thx
Michael



More information about the fpc-pascal mailing list