Skip to main content

TcxTreeList.LoadFromStream(TStream) Method

Loads the TreeList control from a stream.

Declaration

procedure LoadFromStream(AStream: TStream);

Parameters

Name Type
AStream TStream

Remarks

Call this method to retrieve data from the stream specified by the AStream parameter.

The AStream parameter should reference the stream that was saved earlier by using the SaveToStream method.

See Also