Board index » delphi » Saving Treeview with data
Hung TRUONG
![]() Delphi Developer |
Tue, 15 Jun 1999 03:00:00 GMT
Saving Treeview with dataHi !!! I am using Delphi2 to create a Tree using the TreeView component TreeView1.SaveToStream(MyStream); {save content of treeView into AND MyStream.Seek(0,0); {Load Saved Data back into Treeview} It saves and loads the tree Ok, but it only saves & loads the I also found a ISTORAGE interface and IPERSISTSTORAGE (API), I Hung. |