NullDisplay Property

Visual Studio .NET 2003

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

Object.NullDisplay[ = cNullText]

Property Values

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

Remarks

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

See Also

CREATE TABLE - SQL | SET NULLDISPLAY

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

Show: