Icon SaveToStream Method

procedure SaveToStream(Stream: TStream)

Available In: Server Applications

Use this method to write all of the data from the stream into the destination stream. Before the data is written, the destination stream's Size property is set to 0 and the stream's Position property is set to 0.
Image