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