I have descended a TreeView component from a TCustomTreeView. I have
not overriden the create method. If I merely place the new TreeView
on a form, and try to save the project, I get the message "Component
"TreeViewxxx" has no parent window. This is without even trying to
run the application. If I run it, I get the same message when the
Treeview component gets to it's destroy method and tries to traverse
the tree nodes. I have tried setting the control's parent property to
the panel that contains it, (which is a standard Delphi panel, so it
should have it's parent property set) but to no avail. Can anyone
help?