Dalija Prasnikar
Developers that extensively use interfaces in Delphi probably know about a long-standing issue with the compiler, where interface parameters declared as const or [ref] will cause a memory leak if a reference-counted object instance is… … Read more
5 months ago in Inline variables, Leaks, memory management, Parameters0
Dalija Prasnikar
There are two (OK, three) features I have been eagerly waiting for in Delphi.The ability to have multiple class helpers (aka extension methods) in scopeInline variables and (3.) type inferenceWhile I will have to wait… … Read more
6 years ago in Delphi, Inline variables, memory management, Type inference0