Is there an example of consuming a TList<TMyRecord> from an XData server?

I have an XData Service that returns a TList.

What is the best way to consume this in a WebCore application?

Thanks

In Web Core a TList becomes just a regular JavaScript array. You can cast the result to TJSArray and work directly with it.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.