[fpc-pascal] HTTPRoute.pas and TRouteObject

2018-02-09 Thread Kevin Jesshope
Hi, Working on a standalone web project using the new routing. I have a class descended from TRouteObject. My problem is that the constructor cannot be marked override so it is not called when the class is created by HTTPRouter. Adding an empty virtual TRouteObject.create resolves this. Is thi

Re: [fpc-pascal] HTTPRoute.pas and TRouteObject

2018-02-09 Thread Michael Van Canneyt
On Sat, 10 Feb 2018, Kevin Jesshope wrote: Hi, Working on a standalone web project using the new routing. I have a class descended from TRouteObject. My problem is that the constructor cannot be marked override so it is not called when the class is created by HTTPRouter. Adding an empty vi