RequestPage.Caption([Text]) Method
Version: Available or changed with runtime version 1.0.
Shows the caption in the title bar. For example, the default value in English (United States) is the same as the name of the page.
Syntax
[Caption := ] RequestPage.Caption([NewCaption: Text])
Note
This method can be invoked using property access syntax.
Parameters
RequestPage
Type: RequestPage
An instance of the RequestPage data type.
[Optional] NewCaption
Type: Text
Return Value
[Optional] Caption
Type: Text
Related information
RequestPage Data Type
Get Started with AL
Developing Extensions