isNull

Indicates whether the current data value is the null value.

JavaScript Syntax

Reference_Syntax.isNull = false | true; 
- or - 
Reference_Syntax.isNull = 0 | 1;

FormCalc Syntax

Reference_Syntax.isNull = 0 | 1

Values

Type

Values

Boolean

  • true | 1 (default)

  • false | 0

The current data value is the null value.

  • false | 0

The current data window is not the null value.

Applies to

node class class

Model

Object

Data Model

dataValue

Version

XFA 2.1

Examples

JavaScript

TextField1.isNull = 0;

FormCalc

TextField1.isNull = 0

// Ethnio survey code removed