Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.23 KB

instream-resetposition-method.md

File metadata and controls

38 lines (32 loc) · 1.23 KB
title description ms.author ms.date ms.topic author ms.reviewer
InStream.ResetPosition() Method
Resets the stream position on an InStream object.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

InStream.ResetPosition() Method

Version: Available or changed with runtime version 11.0.

Resets the stream position on an InStream object.

Syntax

[Status := ]  InStream.ResetPosition()

Parameters

InStream
 Type: InStream
An instance of the InStream data type.

Return Value

[Optional] Status
 Type: Boolean
True if the stream position was reset to the beginning of stream. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

InStream Data Type
Getting Started with AL
Developing Extensions