JavaScript Editor js editor     Web development 



Main Page

Specifies the text that is displayed to indicate null values. Available at design time and run time.

Object.NullDisplay[ = cNullText]

Return Value

cNullText


Specifies the text that is displayed for null values. .NULL. is the default value.

Remarks

Applies To: ComboBox | EditBox | ListBox | Spinner | TextBox

This property changes the null display for individual objects only. To change null display for all objects, use SET NULLDISPLAY.

See Also



JavaScript Editor js editor     Web development