In the dwsDatabaseLibModule.pas
unit, which is included with the engine, the constructor of a class is invoked by accessing the class through TProgramInfo.Vars[]. Analogously, I was thinking I could invoke the overloaded method in the same way: info.Vars['TMyClass'].Method['MethodName'].Call
.
Using the IInfo.Method property there, how do I distinguish between the overloaded methods?