I use Delphi 2 (yes, I know it's old)...
When I save the items of a TreeView using it's own SaveToFile
method, it only saves the nodes, it doesn't save the icons
from them ImageList. The problem is that the parent items have
a different icon than their child items. When I load the file
again to the TreeView, all parents and respective child items have
the same icon. Is there any way to put the correct icons again? Or is there any component like TreeView that saves both the nodes and the icon references?