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...