On Mon, 16 Jul 2012, Mattias Gaertner wrote:

On Mon, 16 Jul 2012 09:35:16 +0200 (CEST)
michael.vancann...@wisa.be wrote:

[...]
TComponent, TWriter, TReader for example because in
MSEide+MSEgui one can place additional components in an inserted tframe and
combination of inherited frames and inherited forms need special handling.

Basically, you want to drop a component on a Form containing a frame, and make
it's owner the frame ?

I guess he meant adding a component with
Owner=Form, Parent=nested frame
As far as I remember TReader (or TWriter I'm not sure) does not support
this. Lazarus artificially forbids this too. Internally most code
supports this.

I see no reason why TWriter would not support this, because it uses
GetChildren to get the list of children ? There must be something else.

Michael.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to