
0
Warning when object is accessed after being freed
In an attempt to catch the classic:
begin X := TMyObject.Create; try DoSomethingWith(X); finally X.Free; end; ... DoSomethingMore; ... DoSomethingElseWith(X); <-- A warning would be nice here end;
Customer support service by UserEcho