String value to use when converting a Null to a string.
Source position: variants.pp line 286
var NullAsStringValue: AnsiString = ''; |
NullAsStringValue is the value used when converting a Null to a string. It is only used when NullStrictConvert is False, if NullStrictConvert is True, the value of NullAsStringValue is ignored.
|
What to do when converting Null to another type. |