+2
Completed

New warning: uninitialised managed results in methods

Anonymous 11 years ago updated by Roman 11 years ago 3
The Delphi compiler warns you if a function may not have had its Result initialised, if it is a simple / unmanaged type (eg an integer.) However, it doesn't do this if it is a managed type, like an interface or string. IMO it should - not initialising a result is a problem - and it'd be great if this warning could be implemented in FixInsight.