> When I have posted that the following lines:
>
> Obj := Nil;
> Obj.Free();
>
This will cause an exception
try
Obj.Free;
Obj := nil;
except
on E:Exception do;
end;will not! Once you set Obj := nil you cannot reach it Mick
> When I have posted that the following lines:
>
> Obj := Nil;
> Obj.Free();
>
This will cause an exception
try
Obj.Free;
Obj := nil;
except
on E:Exception do;
end;will not! Once you set Obj := nil you cannot reach it Mick