The notification method for which component?

The TComponentEditor does not have such a method

The TComponent.Notification method is to be notified when other components
are deleted.

The TCustomForm.Notification method might be relevant, but I don't want the
editing form (see my newly posted message for a better description of my
problem) to have to tell my TComponentEditor descendant that the component
is no longer there. In any case, I don't think the editing form would
recieve the notification when the component is removed because the form
doesn't actually own it (the form being designed in the IDE does) - it just
refers to it.

Thanks anyway,

Phil.
[EMAIL PROTECTED]





From: [EMAIL PROTECTED] (Rohit Gupta) AT tawa on 20/05/99 11:02 ZE12

To:   Multiple recipients of list delphi <[EMAIL PROTECTED]> AT
      tawa@kauripo@CCMAIL
cc:    (bcc: Phillip Middlemiss/NZ Forest Research Institute/NZ)
Subject:  Re: [DUG]:  freeing a component editor when the component i




Have a look at the method called Notification

On 18 May 99 at 11:41, [EMAIL PROTECTED] wrote:

> Hi,
>
> How do I ensure that my component editor is notified when the component
it > is editing is about to be destroyed (or the unit closed)?
>

Rohit

======================================================================
CFL - Computer Fanatics Ltd.  21 Barry's Point Road, AKL, New Zealand
PH    (649) 489-2280
FX    (649) 489-2290
email [EMAIL PROTECTED]  or  [EMAIL PROTECTED]
======================================================================

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz







---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to