Hi,
I'm interested in suggestions about the best way of managing docking
forms.
When is it better to create them? In the main form OnCreate or just
before using them?
What to do with them when they are no more used, or closed from the form
where they are displayed? Hide or free?
Where to keep the pointers to the docking forms? Ok it's a bit silly
question , but I'm interested in the best way to "organize" a program,
so keeping them as elements of the form where they can dock or using a
DataModule to manage all the docking forms or other ways as a list or an
array of pointers?
I have several docking forms to integrate in my program, some of them
shows huge trees, so some loading delays are involved and on the other
side keeping them loaded when they are not needed is a waste of
resources...
Enrico