TestField.AsBoolean() Method
Version: Available or changed with runtime version 1.0.
Converts the value in a field on a test page to a Boolean data type.
Syntax
Result := TestField.AsBoolean()
Parameters
TestField
Type: TestField
An instance of the TestField data type.
Return Value
Result
Type: Boolean
The value of the field as a Boolean.
Related information
TestField Data Type
Get Started with AL
Developing Extensions