TdxCustomTreeView.SaveToFile(string,TEncoding) Method
In This Article
Saves node captions and positions in the Tree View control to the specified plain text file.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | A target file name. |
AEncoding | TEncoding | The specified file’s encoding. |
#Remarks
Note
The Save
You can call a Load
See Also