[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Variants' (#rtl)

NullAsStringValue

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

Declaration

Source position: variants.pp line 279

var NullAsStringValue: string = '';

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: May 14 2021