All functions   Mac OS X   Windows   Crossplatform   Components   New in version: 1.0   1.1   1.2   1.3   1.4   1.5   1.6   1.7   1.8   2.0  

WebView.FindWindowByTitle

Component: WebView
Mac OS X: Works
Windows: Works

MBS( "WebView.FindWindowByTitle" ; Title )

Parameters

Parameter Description Example value
Title The title of the widow

Description

Returns the Window Reference for a window specified by the Index parameter. The Window Reference is a unique ID.

Examples

Get the Window Reference of the current window

MBS( "WebView.FindWindowByTitle" ; Get(WindowName) )

Feedback: Report problem or ask question.