RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.SaveToStream Method

Writes the Lines property to a stream.

Pascal
procedure SaveToStream(Stream: TStream);
C++
__fastcall SaveToStream(TStream Stream);

Call SaveToStream to write a text image of the outline to the stream specified by the Stream parameter. The image saved is the value of the Lines property, where each line of text represents a node, and each level of the outline is represented by a tab character. 

To write the outline to a file, use the SaveToFile method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!