Build 6.1.5 adds "Constraints = <>" into dfm

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lrauti
Posts: 18
Joined: Fri 03 Jan 2014 16:22

Build 6.1.5 adds "Constraints = <>" into dfm

Post by lrauti » Fri 26 Jan 2018 11:32

Build 6.1.5 adds "Constraints = <>" into dfm.

Set the default for the property like

property Constraints default nil;

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Build 6.1.5 adds "Constraints = <>" into dfm

Post by ViktorV » Mon 29 Jan 2018 10:38

We have already fixed this behavior. Now constraints will be stored in DFM only when they are created.

lrauti
Posts: 18
Joined: Fri 03 Jan 2014 16:22

Re: Build 6.1.5 adds "Constraints = <>" into dfm

Post by lrauti » Tue 30 Jan 2018 05:40

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. :)

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Build 6.1.5 adds "Constraints = <>" into dfm

Post by ViktorV » Tue 30 Jan 2018 08:32

As we have written earlier, we fixed this behavior. We do not use the "default nil" construction in our fix.

Post Reply