Back to Devexpress

TdxCustomTreeView.LoadDataFromStream(TStream) Method

vcl-dxtreeview-dot-tdxcustomtreeview-dot-loaddatafromstream-x28-system-dot-classes-dot-tstream-x29.md

latest1.1 KB
Original Source

TdxCustomTreeView.LoadDataFromStream(TStream) Method

Loads all Tree View settings from the specified stream.

Declaration

delphi
procedure LoadDataFromStream(AStream: TStream);

Parameters

NameTypeDescription
AStreamTStream

A source stream.

|

Remarks

The LoadDataFromStream 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

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit