VARIANT_NOVALUEPROP top-level constant

  1. @Deprecated('Use VAR_CHANGE_FLAGS.VARIANT_NOVALUEPROP instead')
int const VARIANT_NOVALUEPROP

Prevents the function from attempting to coerce an object to a fundamental type by getting the Value property. Applications should set this flag only if necessary, because it makes their behavior inconsistent with other applications.

Implementation

@Deprecated('Use VAR_CHANGE_FLAGS.VARIANT_NOVALUEPROP instead')
const VARIANT_NOVALUEPROP = 0x01;