ElementCard.checkValues

Syntax

checkValues();

Description

The checkValues property checks if the entered values are valid.

Comments

This property returns a Boolean value. If this method returns true the values are valid, otherwise they are not valid.

Example

The example of use is given on the page with description of the ElementCard constructor.

See also:

ElementCard