WebBrowser_Doc2_WritelnString

<< Click to Display Table of Contents >>

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

WebBrowser_Doc2_WritelnString

 

Description

 

Writes one or more HTML expressions, followed by a carriage return, to a document in the specified WebBrowser

 

Syntax

 

n = WebBrowser_Doc2_WritelnString (hWnd, ctrlID, sHTML [, lFlags])

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the dialog containing the control

ctrlID

Number

No

Control identifier

sHTML

String

No

Specifies the text and HTML tags to write.

lFlags

Number

Yes

Reserved

 

Remarks

 

Restrictions

 

Calling this command while browser is busy will result in GPF

 

See also

 

Examples