I need a base class like TInterfacedObject but without reference counting (so a kind of TNonRefCountedInterfacedObject).
TInterfacedObject
TNonRefCountedInterfacedObject
This actually is the
You might consider TInterfacedPersistent. If you don't override GetOwner it does no ref-counting.