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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to