TestMode Property

PocketBrowser 3.x API

The TestMode Property of the AirBEAMSmart ActiveX Object when set to "true" instructs the AirBEAM Smart client to test the package. The client tests for package updates, but does not load packages.



TestMode (Property of the AirBEAMSmart ActiveX Object) Syntax
object.TestMode = [parameter];

ParametersW Toggle Parameters

Items listed in this section indicate parameters, or attributes which can be set.

Name Possible Values Description
Default Value
Enter Test Mode True or False Whether or not packages should be loaded when added Device Dependant

Examples Toggle Examples

The following javascript is example code of how to set the TestMode property:

<script>
var ab = new ActiveXObject("PocketBrowser.AirBEAMSmart");

function doSync()
{

ab.TestMode = true;
ab.AddPackage("myPackage");
setTimeout('ab.Run();', 100);
}

</script>
Copy example to clipboard Copy example to clipboard

Info Toggle Additional Information

Supported Platforms Windows CE, Windows Mobile
Persistence Persists in the AirBEAMSmart Object.
Min. Requirements AirBEAM Client.