Specifies whether Null values are displayed in a custom manner.
Declaration
componentPropObj.Nullable
Read-Write Property | Boolean |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
The property applies to the following objects:
Description
Use the Nullable
property to determine or specify whether the component should represent Null values in a custom manner.
If this property is set to True and the component’s EditValue
property holds Null (Nothing
in VBScript, null
in JavaScript, JScript, C++Script, C#Script, None
in Python, nil
in DelphiScript), the component displays the NullString
string. If Nullable
is False, the component displays 0 when it holds the Null value.
Property Value
True, if the component represents the Null value using the NullString
string. False, if the Null value is represented as “0”.