TestPage.GetField(Integer) Method
Version: Available or changed with runtime version 3.0 until version 3.0 where it was deprecated.
Gets a field on a test page.
Syntax
TestField := TestPage.GetField(Id: Integer)
Parameters
TestPage
Type: TestPage
An instance of the TestPage data type.
Id
Type: Integer
The ID of the field that you want to get.
Return Value
TestField
Type: TestField
The field on the test page.
Related information
TestPage Data Type
Get Started with AL
Developing Extensions