RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.SaveToStream Method

Saves the XML document to a stream.

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

Call SaveToStream to save the contents of the XML document to the stream specified by Stream. Regardless of the encoding system of the original XML document, SaveToStream always saves the stream in UTF-16. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!