TestPart.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 := TestPart.GetField(Id: Integer)
Parameters
TestPart
Type: TestPart
An instance of the TestPart 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
TestPart Data Type
Get Started with AL
Developing Extensions