Hi,
I have two object variables (a1, a2: TObject)
referencing to the same object instance.
There is a chance in the program flow
(depends on a condition)
when the object instance has to destroyed (FreeAndNil(a1)).
Later how can I test the a2 variable,
whether it references a valid object...