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