TdxCustomTreeView.LoadFromFile(string,TEncoding) Method
In This Article
Loads node captions and positions in the Tree View control from the specified plain text file.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | A source file name. |
AEncoding | TEncoding | The specified file’s encoding. |
#Remarks
A LoadFromFile procedure call raises the EdxTreeViewException exception if the specified encoding is different from the file’s encoding or the loaded information is not valid.
Note
You can call a Save
The Load
See Also