TestPage.Caption() Method

Version: Available or changed with runtime version 1.0.

Gets the caption of the test page.

Syntax

String :=   TestPage.Caption()

Note

This method can be invoked using property access syntax.

Parameters

TestPage
 Type: TestPage
An instance of the TestPage data type.

Return Value

String
 Type: Text
The caption of the test page.

See Also

TestPage Data Type
Get Started with AL
Developing Extensions