danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render Code withTObjectList

ads69 opened this issue · comments

commented

Hi,
When I render an Object I can do Render(206,MyObject,False) (for partial rendering)
If I render a ObjectList I can Do Render (Res, False) but I cannot do Render (206, Res, False) code 200 is always used.
It would be nice to have the possibility to pass the code.
Best regards

Armindo