TestPart.IsExpanded() Method
Version: Available or changed with runtime version 1.0.
Specifies if the current row on the test page is expanded.
Syntax
Expanded := TestPart.IsExpanded()
Note
This method can be invoked using property access syntax.
Parameters
TestPart
Type: TestPart
An instance of the TestPart data type.
Return Value
Expanded
Type: Boolean
true if the current row on the test page is expanded, otherwise false.
Related information
TestPart Data Type
Get Started with AL
Developing Extensions