TcxCustomTreeView.LoadFromStream(TStream) Method
Loads nodes from a stream.
Declaration
procedure LoadFromStream(Stream: TStream);
Parameters
Name | Type | Description |
---|---|---|
Stream | TStream | The source stream populated by a SaveToStream procedure call. |
See Also