On 4/18/17, Dennis via Lazarus <lazarus at lists.lazarus-ide.org> wrote: > I noticed that it will happen more often if: > 1) > constructor TMyComponent.Create(TheOwner : TComponent); > begin > > self.some_component := TSomeComponent.Create(TheOwner); > end; A bit OT, but would think that is bad practice. Bart