TdxBackendCustomParameter.AllowNull Property
Specifies if an empty field is treated as Null.
Declaration
property AllowNull: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
|
Remarks
Set the AllowNull property to True to interpret empty fields as Null Variant.
Default Value
The AllowNull property’s default value is False.
See Also