On 2016-05-09 16:22, Mazo Winst wrote: > Is there any way to invoke a method passing parameters through rtti? Yes, it should be possible. Take a look at the FPCUnit (unit testing framework) included with FPC. The testing framework invokes methods and passes parameters around. Regards, Graeme