isNull

現在のデータ値が null 値であるかどうかを指定します。

JavaScript 構文

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

FormCalc 構文

Reference_Syntax.isNull = 0 | 1

ブール値

  • true | 1(デフォルト)

  • false | 0

現在のデータ値は null 値です。

  • false | 0

現在のデータウィンドウは null 値ではありません。

適用先

node クラス

モデル

オブジェクト

データモデル

dataValue

バージョン

XFA 2.1

JavaScript

TextField1.isNull = 0;

FormCalc

TextField1.isNull = 0