TcxCustomTreeView.SaveToStream(TStream) Method
Saves the current node structure to a stream.
Declaration
procedure SaveToStream(Stream: TStream);
Parameters
| Name | Type | Description |
|---|---|---|
| Stream | TStream | The target stream. |
Remarks
You can call the LoadFromStream procedure to load the node structure saved by a SaveToStream procedure call.
See Also