PP.isObject

Syntax

isObject(v);

Parameters

v. Initial value.

Description

The isObject method checks if the specified value is an object.

Comments

This method returns True if the specified value is an object, otherwise it returns False.

Example

The example of use is given in the with description of the PP.getProperty method.

See also:

PP