PP.isPPInstance

Syntax

isPPInstance(instance: Function);

Parameters

instance. Class instance.

Description

The isPPInstance method checks if the object is a class instance initialized with the PP.initClass method.

Comments

This method returns True if the specified object is a class instance initialized with the PP.initClass method, and False if otherwise.

Example

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

See also:

PP