Table of Contents

CreateInStream Procedure

Codeunit Temp Blob

Creates an InStream object with default encoding for the TempBlob. This enables you to read data from the TempBlob.

Overloads

Name Description
CreateInStream(): InStream Creates an InStream object with default encoding for the TempBlob. This enables you to read data from the TempBlob.
CreateInStream(InStream) Creates an InStream object with default encoding for the TempBlob. This enables you to read data from the TempBlob.
CreateInStream(InStream; TextEncoding) Creates an InStream object with the specified encoding for the TempBlob. This enables you to read data from the TempBlob.
CreateInStream(TextEncoding): InStream Creates an InStream object with default encoding for the TempBlob. This enables you to read data from the TempBlob.

CreateInStream() Procedure

Creates an InStream object with default encoding for the TempBlob. This enables you to read data from the TempBlob.

Signature

CreateInStream() InStream: InStream

Returns

InStream

The InStream variable with the BLOB content attached.

CreateInStream(InStream) Procedure

Creates an InStream object with default encoding for the TempBlob. This enables you to read data from the TempBlob.

Signature

CreateInStream(var InStream: InStream)

Parameters

var InStream InStream

The InStream variable passed as a VAR to which the BLOB content will be attached.

CreateInStream(InStream; TextEncoding) Procedure

Creates an InStream object with the specified encoding for the TempBlob. This enables you to read data from the TempBlob.

Signature

CreateInStream(var InStream: InStream; Encoding: TextEncoding)

Parameters

var InStream InStream

The InStream variable passed as a VAR to which the BLOB content will be attached.

Encoding TextEncoding

The text encoding to use.

CreateInStream(TextEncoding) Procedure

Creates an InStream object with default encoding for the TempBlob. This enables you to read data from the TempBlob.

Signature

CreateInStream(Encoding: TextEncoding) InStream: InStream

Parameters

Encoding TextEncoding

The text encoding to use.

Returns

InStream

The InStream variable with the BLOB content attached.

This documentation is generated from Smart Toolbox v27.1