Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

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

In Delphi, avoid having a TComponent descendant implement interfaces, unless you are

  Alt 15. Dez 2020, 06:10
Every now and then I see code, where a class descending from TComponent*implements some interfaces, only interface references are used to the instances, and the expected behaviour is that the instances will free themselves when all the references went out of scope. Bummer: TComponent*by default is not reference counted. It is when you assign VCLComObject*an […]

Weiterlesen...
  Mit Zitat antworten Zitat