Build 6.1.5 adds "Constraints = <>" into dfm. 
Set the default for the property like 
property Constraints default nil;
			
									
									
						Build 6.1.5 adds "Constraints = <>" into dfm
Re: Build 6.1.5 adds "Constraints = <>" into dfm
We have already fixed this behavior. Now constraints will be stored in DFM only when they are created.
			
									
									
						Re: Build 6.1.5 adds "Constraints = <>" into dfm
Ok, good. Hopefully you didn't use that "default nil". I didn't look at the code far enough, it was not a good idea. :)
			
									
									
						Re: Build 6.1.5 adds "Constraints = <>" into dfm
As we have written earlier, we fixed this behavior. We do not use the "default nil" construction in our fix.