Table of Contents

TBlob.SaveToStream Method

Writes the blob content to a stream.

Syntax

Unit: Aurelius.Types.Blob

procedure TBlob.SaveToStream(Stream: TStream);

Parameters

<-> Parameter Type Description
Stream TStream The stream to write the blob content to.

See also