On 11.01.2016 17:44, Anthony Walter wrote: > I Delphi at least if you create a component with AOwner set to nil it > actually (tested under Delphi 7 at least) would set the Owner to > Application. You are wrong: Assert(TComponent.Create(nil).Owner = Application); Ondrej