WebBrowser_Doc2_GetTitle

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UIAdv (Advanced User Interface module) > WebBrowser Control > WebBrowser_Doc2 Interface >

WebBrowser_Doc2_GetTitle

 

Description

 

Retrieves the title of the html document currently displayed in a WebBrowser control.

 

Syntax

 

s = WebBrowser_Doc2_GetTitle (hWnd, ctrlID)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the dialog containing the control

ctrlID

Number

No

Control identifier

 

Remarks

 

Restrictions

 

See also

 

Examples