Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在dwsDatabaseLibModule.pas引擎中包含的单元中,通过 TProgramInfo.Vars[] 访问类来调用类的构造函数。类似地,我想我可以以同样的方式调用重载方法:info.Vars['TMyClass'].Method['MethodName'].Call.
dwsDatabaseLibModule.pas
info.Vars['TMyClass'].Method['MethodName'].Call
在那里使用 IInfo.Method 属性,我如何区分重载的方法?