What's the purpose and action of TWinControl.AddControl? The source code comment suggests Add Handle object to *parents* Handle object. but the code invokes TWSControlClass(WidgetSetClass).AddControl(Self); with no Parent involved! Can somebody explain that? DoDi