[Lazarus] lfm file format
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Apr 5 12:23:13 CEST 2014
On Sat, 05 Apr 2014 12:06:20 +0200
Marc Santhoff <M.Santhoff at web.de> wrote:
> Hi,
>
> ist there a complete documentation of Lazarus' LFM xml file format?
No.
If someone wants to start one I will help.
Note: The xml format has not yet implemented all features.
> Maybe someone having good knowledge of the IDE source code can name the
> unit(s) where writing and reading forms is handled?
xml "driver" reader/writer:
components/lazutils/laz_xmlstreaming.pas
Component streaming in general:
unit classes, see TReader/TWriter
IDE additions:
designer/jitforms.pp
Mattias
More information about the Lazarus
mailing list