Is there a Delphi option to 'lock' the design (layout) of a form against accidental changes?

前端 未结 4 551
别跟我提以往
别跟我提以往 2020-12-19 05:10

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 ope

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-19 05:29

    Basically, no. Aside from the f'ing (pardon my french) explicit size and position properties which IMO never should have been in the .dfm, there are some third party components will change stuff just by you viewing the form. F.x. TMS components will update a version number even if you didn't change a thing since the previous version of their components.

提交回复
热议问题