Forum Discussion
joseph_michaud
Staff
11 years agoThis is true. It is even documented in the Remarks section of the CallMethod page.
You can still call your functions directly using USEUNIT. So instead of
Runner.CallMethod("Unit1.func");
use
//USEUNIT Unit1
Unit1.func();