ModuleObject.blur

Syntax

blur();

Description

The blur method handles the event that occurs when form input boxes in the unit lose focus.

Comments

Method implementation depends on classes inherited from ModuleObject. Currently, this method is implemented only by PP.Application.EaxModuleObject.

Example

The method use is given in the example for ModuleObject.focus.

See also:

ModuleObject