Copies the contents of a TBlob object to a stream.
procedure SaveToStream(Stream: TStream); virtual;
Call the SaveToStream method to copy the contents of a TBlob object to a stream. Specify the name of the stream to which the field's value is saved as the value of the Stream parameter.