DeletePackage Property

PocketBrowser 3.x API

The DeletePackage Property of the AirBEAMSmart ActiveX Object instructs the AirBEAM Smart client to delete the specified package.

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

ParametersW Toggle Parameters

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

Name Possible Values Description
Default Value
Package to Delete String Name of the package to be deleted. N/A

Examples Toggle Examples

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

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

function doSync()
{
ab.DeletePackage = 'myPackage';
setTimeout('ab.Run()', 100);
}
</script>
Copy example to clipboard Copy example to clipboard

Info Toggle Additional Information

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