Tagged Questions
6
votes
8answers
2k views
Does Delphi sometimes revert text form files (DFM) to binary format?
Our Delphi 7 development team stores form files (dfm) in text mode, and uses a source control system (Subversion) to track changes.
Sometimes, we noticed that a form file returned to binary format ...
4
votes
3answers
347 views
Is there a Delphi option to 'lock' the design (layout) of a form against accidental changes?
After years of Delphi development I now have hundreds of forms shared throughout our Applications. Compilation ranges from Delphi 7 through to XE, thus one form might be opened in any IDE. The ...