Freeing TWebForms

Hi,

When using multiple forms when and where should I be free'ing them?

Thanks,

Ken

Call Close and in the OnClose event set Action = caFree.

That is what I tried. It is a secondary form being called using ShowModal. When it closes I get the error: right-hand side of 'in' should be an object, got undefined in the HandleMouseMoveEvent - I don't have one!

Is this v1.2?
If a problem persists, please contact us by email with a sample source project to reproduce

Yes, 1.2 but I have now resolved it by doing something slightly different.