Writes the fetched data to a stream object. Syntax: procedure SaveToStream(Stream: TStream); Description: Call SaveToStream to save the produced data to the stream specified by the Stream parameter. If the stream is a file stream, SaveToStream does the same thing as SaveToClientSideFile, except the application must create and destroy the file stream. See also: SaveToClientSideFile |