Icon CopyFrom Method

function CopyFrom(Stream: TStream; const Count: Integer=0):
      Integer

Available In: Server Applications

Use this method to copy the specified number of bytes from a source stream into the stream. The copy is performed from the source stream's current position for the specified count. If the count is 0, then the source stream's AvailableSize property is used as the count.
Image