Page.Caption([Text]) Method
Version: Available or changed with runtime version 1.0.
The caption shown in the title bar. For example, the default value in English (United States) is the same as the name of the page.
Syntax
[Caption := ] Page.Caption([NewCaption: Text])
Note
This method can be invoked using property access syntax.
Parameters
Page
Type: Page
An instance of the Page data type.
[Optional] NewCaption
Type: Text
The new caption text.
Return Value
[Optional] Caption
Type: Text
The text used for the caption.