RamManagement Property

PocketBrowser 3.x API

The RamManagement Property of the AirBEAMSmart ActiveX Object instructs the AirBEAM Smart client whether or not to use the RAM Management mode.

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

ParametersW Toggle Parameters

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

Name Possible Values Description
Default Value
Use RAM Management True or False Enables or Disables RAM Management mode Device specific

Examples Toggle Examples

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

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

function doSync()
{
ab.RAMManagement = 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.