Table of Contents

TBlob.LoadFromStream Method

Loads the blob content from a stream, replacing any existing data.

Syntax

Unit: Aurelius.Types.Blob

procedure TBlob.LoadFromStream(Stream: TStream);

Parameters

<-> Parameter Type Description
Stream TStream The stream to read from. Reading starts at the current stream position and continues to the end of the stream.

See also