I am writing a custom TreeView component where each node would have some
additional information stored in it.
I created a descendant from TTreeNode and defined the property that will
store the custom value. Now, how do I tell my custom TreeView component to
use my custom TreeNode INSTEAD of its regular Items property of TTreeNode
type?
Any help and code samples are greatly appreciated
Vlad