DeleteLayoutCache method: IntBroker class

Syntax

DeleteLayoutCache(MAP_layout)

Description

Use this method to delete all cached copies of this Mobile Application Platform (MAP) application.

Parameters

Parameter Description

MAP_layout

Specifies the name of the MAP application (layout) as a String.

Returns

A Boolean value: True if the method completes successfully, False otherwise.

Example

Use the DeleteLayoutCache method in the OnInitEvent to clear any cached copies of this MAP application:

&b = %IntBroker.DeleteLayoutCache("MAP_APP_2");