Can anybody point to some (thick) books (even web sites) that explain how to create your own composite controls (for example a TPanel that is the parent for several other controls) in all its glory?
I mean something beyond Borland's "Component Writers Guide".
I have seen here on StackOverflow LOTS of posts about this topic and in every single one of them people are contradicting about the constructors, inheritance, where/when to initialize code, streaming issues, order of events, parenting, etc