[Lazarus] Save from created in runtime to lfm
Luiz Americo Pereira Camara
luizmed at oi.com.br
Tue May 25 02:04:45 CEST 2010
Mattias Gaertner escreveu:
> On Sun, 23 May 2010 23:28:46 -0300
> Luiz Americo Pereira Camara <luizmed at oi.com.br> 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/
>
Thanks. It worked.
Luiz
More information about the Lazarus
mailing list