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