TdxCustomTreeView.LoadDataFromStream(TStream) Method
Loads all Tree View settings from the specified stream.
Declaration
procedure LoadDataFromStream(AStream: TStream);
Parameters
| Name | Type | Description |
|---|---|---|
| AStream | TStream | A source stream. |
Remarks
This procedure loads the Tree View structure and values of all node properties for each node.
A LoadDataFromStream procedure call raises an exception if the loaded information is not valid.
Note
You can call a SaveDataToFile procedure to save Tree View settings to a stream. The LoadDataFromStream procedure does not support streams created by a SaveToStream procedure call.
See Also