Hi, while debugging I needed TControl.Controls[], so I added it. Then I found that our TContol has a FWInControls and a FControls collection. Whats the meaning of this. (FWInControls is only referenced on Insert and Delete). Furter I saw that Self is a member of FControls. Is this correct. I thought that FControls only contained Child controls. Marc