RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!