Hello everybody.
Another one of my misteries .
I have created a component Tslim(TComponent);
It is basically a table with cells and row that are created dynamically.
In a particular procedure that creates new cells and rows, something happens that suddenly the Slim becomes NIL.
That is in a try… except block, when the exception is raised, I inspect the value of Slm, and it shows NIL.
The Slim.Destroy is not triggered.
Is the a way or something (an Event?) that could be triggered the moment this happens so I can find out what exactly causes that?