Hi,
I have the following
var obj := new SomeClass;
using obj2 := obj.Build do
begin
//obj.
//obj2.DoIt;
end;
inside the begin end if I try and complete obj it cant find build
and if I try and find obj2 it doesnt show up in code completion
UsingConsoleApplication.zip (148.9 KB)
Cheers,
John