TWebForm.Parent don't work in this case

Is there any update on potential improvements?

It would be extremely helpful to have a consistent creation method for all types of forms: standard, popups, container‑based and so on. A unified approach would make it much easier to build repeatable structures that behave predictably.

Right now, I have to check how the form was created in order to know when it’s safe to call certain procedures. When using the CreateNew() method, there doesn’t seem to be any way to run code inside the newly created form before it’s displayed, which forces these extra checks.