TdxCustomTreeView.SaveToFile(string) Method
In This Article
Saves node captions and positions in the Tree View control to the specified plain text file.
#Declaration
Delphi
procedure SaveToFile(const AFileName: string); overload;
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | A target file name. |
#Remarks
The SaveToFile procedure uses the system encoding to save node captions and positions. If you want to save information in a different encoding, call the SaveToFile(System.String,System.SysUtils.TEncoding) procedure instead.
Note
The Save
You can call a Load
See Also