RAD Studio VCL Reference
|
Reads the file specified in FileName and loads the data into the tree view.
procedure LoadFromFile(const FileName: string);
__fastcall LoadFromFile(const AnsiString FileName);
Use the LoadFromFile method to retrieve tree view nodes from a file and add them to the tree view. FileName should reference a file that was saved using the SaveToFile method. Tree view files are text files that list the Text property of each node in a tree view, one node per line. Each node text value is preceded by spaces to indicate the depth of nesting.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|