This boolean directive is meant to import COM interfaces. Sometimes COM interfaces have property setters which accept arguments that are not by value, but by reference. These setters are normally forbidden. This flag enables the use of property setters with var, const, out arguments. By default it is OFF. The effect is on interface declarations, but also on class definitions.
The following example only compiles in the ON state:
In the OFF state, the following error will be generated: