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. |
Writes the blob content to a stream.
Unit: Aurelius.Types.Blob
procedure TBlob.SaveToStream(Stream: TStream);
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Stream | TStream | The stream to write the blob content to. |