Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

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

Delphi interfaces without reference counting

  Alt 24. Nov 2010, 09:40
Any interface in Delphi inherits from IInterface (which is a nickname for IUnknown). It is nice for reference-counted interfaces, but sometimes we do not need reference counting at all. Consider the following example: unit IValues; interface type IValue = interface(IInterface) function ...

More...
  Mit Zitat antworten Zitat