So, if I have let's say a TPaintBox which is a GrapchisControl on a form and then I decide to place another graphicControl on that paintbox as the owner, I can't set the parent to my new added control, but I can use the parent of that paintbox by referencing the parent property once I determine its a Graphics control, that I am trying to display on.
When doing so, how is the Z ordering of the Paint cycles handled? I am hoping it will use the owner list order ?