Re: Interface Question



Rob Kennedy wrote:

In Delphi, an interface reference is a pointer to a field inside an object. When the object gets destroyed, any pointers to its fields become invalid.

Right, I missed that virtual methods also require an intact object :-(

DoDi
.