in reply to Re: Re: Re: Re: Re: change object class during runtime
in thread change object class during runtime

That would do, the only problem I see is that the object is probably known in several places.
So a simple delete and recreate is not possible.
One solution to that would be a reference to the object which is passed around.

But I think I found an easy solution, see Re: change object class during runtime

  • Comment on Re(6): change object class during runtime