On 4/18/17, Dennis via Lazarus <lazarus@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
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to