<p>Am 09.05.2016 18:19 schrieb "Mazo Winst" <<a href="mailto:mazofeifer@gmail.com">mazofeifer@gmail.com</a>>:<br>
><br>
><br>
><br>
> Em segunda-feira, 9 de maio de 2016, Sven Barth <<a href="mailto:pascaldragon@googlemail.com">pascaldragon@googlemail.com</a>> escreveu:<br>
> > Am 09.05.2016 17:23 schrieb "Mazo Winst" <<a href="mailto:mazofeifer@gmail.com">mazofeifer@gmail.com</a>>:<br>
> >><br>
> >> Is there any way to invoke a method passing parameters through rtti?<br>
> ><br>
> > As long as you know the signature of the method you can cast the pointer to the method to an approbiate method variable and call that. For dynamic calls you'll need to wait for Invoke() support which is on the ToDo list, but there's no ETA yet.<br>
> ><br>
><br>
> In my use case,the name of the method are determined at runtime. </p>
<p>The name is not the problem. The signature is. As long as you know the signature at compile time you won't have any trouble currently. Everything else you'll need to do yourself currently.</p>
<p>Regards,<br>
Sven</p>