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 the EdxTreeViewException exception if the loaded information is not valid.
Note
You can call a Save