PP.App.closeObject

Syntax

closeObject(mbObject, removeKey, clearStorage);

Parameters

mbObject. Repository object.

removeKey. Key of the repository object to close.

clearStorage. It indicates whether the object is removed from browser storage. If the parameter is True, the repository object is removed from the storage, otherwise it is not.

Description

The closeObject method closes the specified repository object.

Example

The method use is given in the example for PP.App.setObjectName.

See also:

PP.App