Tagged Questions
2
votes
5answers
985 views
Dynamic Delphi form creation - ensuring correct mouse message handling
I have an Application layout that is based on a treeView at the left, and a panel on the right. The panel hosts a differnt TForm class depending on the tree node selected (a kind of 'form explorer'). ...