>
> You have a nil reference. The $0008 will be the VMT method offset.
> I suspect FOwner is being assigned nil by something, or you have a
> visibility problem, and the correct FOwner is not being assigned?
>
> Myles.
>

Agreed. Or it could be a simple typo:
  AOwner := AOwner;

instead of
  FOwner := AOwner;

You don't have a local variable in the constructor called FOwner? Do you
have a subclass that might be setting FOwner?

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to