TestField.SetValue(Any) Method
Version: Available or changed with runtime version 1.0.
Sets a value for a field on a test page.
Syntax
TestField.SetValue(Value: Any)
Parameters
TestField
Type: TestField
An instance of the TestField data type.
Value
Type: Any
The value to set.
Related information
TestField Data Type
Get Started with AL
Developing Extensions