hwIWindow GetHTMLCaption

Gets the window caption used when exporting to HTML.

Syntax

hwIWindow_handle GetHTMLCaption

Application

HyperWorks Tcl Query

Description

Returns the HTML caption for the window. This is a string.

This parameter is used during HTML export.

Example

To determine the HTML caption of window 1 on page 1:

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProject 
myProject GetPageHandle myPage 1
myPage GetWindowHandle myWindow 1
myWindow GetHTMLCaption

Error

If an error occurs, an empty string is returned.