Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomTreeView.LoadDataFromStream(TStream) Method

Loads all Tree View settings from the specified stream.

#Declaration

Delphi
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 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