I have a code in Delphi 7 application. When I open it in Delphi XE4 and afterwards when I compare the both codes in SVN, I notice that all the dfm files have been changed. The changes which I notice is like:
Width = 443 --changed in Delphi XE4
Height = 277 --changed in Delphi XE4
ExplicitWidth = 443 --added automatically in Delphi XE4
ExplicitHeight = 277 --added automatically in Delphi XE4
How should I handle this unexpected behavior of RAD Studio?
Let it be... ;-) - TLamaIs there a Delphi option to 'lock' the design (layout) of a form against accidental changes?. - LU RDExplicit...properties are added just when you open the form with no change for the first time as far as I know. - TLama