Re: [fpc-pascal] Saving user created component structure to LFM file

2009-01-12 Thread Martin Friebe
Hi, I may have found a way top solve my problem (saving a list of components from various places, not necesarely all nested in the top level component / See below) The question now is, how forward-compatible is this ode. How much do I have to expect any of the current code to change in ways

[fpc-pascal] Saving user created component structure to LFM file

2009-01-11 Thread Martin Friebe
Hi, I have a problem saving a certain component struicture to an LFM (lazarus) file and read it back. since a good amount of code is in FPC, I am not sure which list to go to? There is classes/writer.inc with has TBinaryObjectWriter. This is where things go first. Then, later this gets translate