TreeView - problema ao carregar
Top
Previous
Next
TreeView1.BeginUpdate;
TreeView1.LoadFromFile(
'c:\tree.txt'
);
TreeView1.EndUpdate;