TestPage.Editable() Method
Version: Available or changed with runtime version 1.0.
Gets the runtime value of the Editable property on a test page.
Syntax
Editable := TestPage.Editable()
Note
This method can be invoked using property access syntax.
Parameters
TestPage
Type: TestPage
An instance of the TestPage data type.
Return Value
Editable
Type: Boolean
The runtime value of the Editable property on the test page.
Related information
TestPage Data Type
Get Started with AL
Developing Extensions