On Sun, 23 May 2010 23:28:46 -0300
Luiz Americo Pereira Camara <[email protected]> wrote:

> I have the following code:
> 
>   Form := TForm.Create(nil);
>   //add children Controls to Form
> 
> The form is show in runtime correctly
> 
> What i want is to save this created form (and its children) into a lfm file

See lazarus/examples/componentstreaming/

Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to