TdxCustomTreeView.LoadFromStream(TStream,TEncoding) Method
In This Article
Loads node captions and positions in the Tree View control from the specified stream in plain text format.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | A source stream. |
AEncoding | TEncoding | The specified stream’s encoding. |
#Remarks
A LoadFromStream 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