What is the format of the file when using TTMSFMXCheckedTreeView.LoadFromFile();
is it a csv i.e
node1,child1
node2,child2
Regards
The treeview uses its own format. Please execute a SaveToFile first and see the contents, to know how to construct a file. You have 2 options, one that only saves the text, and one that saves additional content such as columns, color, ...
thanks