I'd like ot know if LM_REMOVECHILD method frees the removed object ?
From autodoc:
LM_REMOVECHILD -- Remove object from active layout.
I understand that it just removes the object from the layout but that it still lives.
But if I dispose the object after having removed it from layout, it freezes Amiga.
So I guess it removes AND disposes the object?