TcxCustomTreeView.SaveToFile(string) Method
Saves the current node structure to a text file.
Declaration
procedure SaveToFile(const FileName: string);
Parameters
Name | Type | Description |
---|---|---|
FileName | string | The full name of the target text file. |
Remarks
You can call the LoadFromFile procedure to load the node structure saved by a SaveToFile
procedure call.
See Also