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