Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Oct : Cloning Components
| Subject: | Cloning Components |
| Posted by: | "Mikas" (mica..@zonesoft.org) |
| Date: | Mon, 23 Oct 2006 15:36:19 |
Hi, I would like to know if it's possible to do with a Panel, the same that
we do with TForms (i.e. to create a clone) with all the components within,
like labels and so on.
I've tried TMemoryStream.WriteComponent and ReadComponent and the component
has been created, however its childs haven't.
Can anyone help me with this?? It's really important..
Thanks...