Skip to content

pbAsync - BaseXmlDomDocument

Indicates whether asynchronous download is enabled

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbAsync
Access Type Syntax
Read Access: Get pbAsync to BooleanVariable
Write Access: Set pbAsync to BooleanVariable/Value

Description

pbAsync indicates whether asynchronous download is enabled.

The default is False.

Sample

If you wish to read from a URL, you must ensure that pbAsync is set to False (the default).

Set psDocumentName of hoXML to "http://localhost/xml/customer.xml"
Set pbAsync of hoXML To False