is there a way to reference an object instance that is created using the \"with\" statement?
Example:
with TAnObject.Create do begin DoSomething(in
The best aproach in Delphi is use a variable to handle that instance.