Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.007 Beiträge
 
#1

On the reference counting bugs in Delphi

  Alt 14. Aug 2013, 07:20
Delphi allows to access an object instance via object reference and interface reference at the same time. Consider this code: program RefCounts; {$APPTYPE CONSOLE} uses SysUtils; procedure Test; var Obj: TInterfacedObject; II: IInterface; begin Obj:= TInterfacedObject.Create; ...

More...
  Mit Zitat antworten Zitat