Icon LoadFromStream Method

procedure LoadFromStream(Stream: TStream)

Available In: Server Applications

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