How do you get an IDataContext for the result value in the OnFastEval event in a TDWSUnit function?
The "magic functions"-functionality presented through the OnFastEval event can't return complex data, like records, as OnFastEval returns a Variant. The internal magic functions do support using an IDataContext interface to return complex data.