Unit 'Variants' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

NullAsStringValue

String value to use when converting a Null to a string.

Declaration

Source position: variants.pp line 279

var NullAsStringValue: AnsiString = '';

Description

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.

See also

NullStrictConvert

  

What to do when converting Null to another type.


Documentation generated on: Jul 24 2023