isValid

isValid(): Boolean;

The isValid method of the JadeEditMask class or TextBox class returns true if the text is valid and complete; that is, all required fields of the text have characters in them, as defined by the JadeEditMask class mask property or the TextBox class dataType property (for example, 10/12/2010 versus 10/12).

This method returns false if it is not or if the control is empty.

The following are examples of the isValid method return value.