Component hierarchy question

I have a compoent and its desktoped child.

Can I use “Component::getParentComponent()” from the desktoped child to acces parent ?
Is parent such considered ? Even if I “addChild(desktopedChild)” ?

Not sure precisely what you mean, but a component that’s on the desktop can’t have a parent.

That s what I have been wondering abt.
(Sorry for uncalrity, Im not a “native” english speaker)

Well, is there any way to know from desktopped component, by which object it was instanciated ?

Well… no…

A component is created by the ‘new’ operator, not by another component (?)