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

前端 未结 4 552
别跟我提以往
别跟我提以往 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:42

    The only thing I can think of (other than the read-only/VCS options you mentioned) is the Edit menu's Lock Controls option. This sets a flag that prevents controls from being moved around. I'm not sure how much good it would actually do, as I've never tried it; I just know it's there.

提交回复
热议问题