[Lazarus] Making a form read-only
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Dec 27 10:57:23 CET 2012
On Thu, 27 Dec 2012 09:45:27 +0000
Mark Morgan Lloyd <markMLl.lazarus at telemetry.co.uk> wrote:
>[...]
> I'm OK with the idea of the .lfm being updated if I do something to the
> form. But the current situation- and I think this is comparatively
> recent- is that the .lfm is updated even if it's not explicitly open.
To update a .lfm the IDE must have an open form, because that's what
TWriter requires.
Maybe you mean an open form was saved, even though you have not
modified it?
BTW, you can mark a unit read-only.
Mattias
More information about the Lazarus
mailing list