Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.2 KB

File metadata and controls

38 lines (32 loc) · 1.2 KB
title description ms.author ms.date ms.topic author ms.reviewer
TestPart.Prev() Method
Sets the current row of the test page as the previous row in the data set.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

TestPart.Prev() Method

Version: Available or changed with runtime version 3.0-13.0-true until version 3.0 where it was deprecated for the following reason: "Use Previous instead."

Sets the current row of the test page as the previous row in the data set.

Syntax

[Ok := ]  TestPart.Prev()

Parameters

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

Return Value

[Optional] Ok
 Type: Boolean
True, if the current row has changed.

See Also

TestPart Data Type
Get Started with AL
Developing Extensions