Param.isEmpty

Syntax

isEmpty();

Description

The isEmpty property indicates if parameter value is defined.

Comments

This method returns False if the parameter value is defined, and True if it is not defined, that is, equals to undefined.

Example

The method use is given on the Param Constructor page.

See also:

Param