On Mon, 3 Apr 2006 19:27:00 +0200
Mattias Gaertner <[EMAIL PROTECTED]> wrote:

> > > @Lazarus team :
> > > Is this a bug or a feature? Should I report it in mantis?
> > 
> > Report it as a bug. It depends a little on what the source of the 
> > problem is, whether it's easily fixable.
> 
> How is OnExit defined?
> I would think it is 'loosing focus'. Then it should fire.

Focus is specific per window, I'd say. Also, when closing a window, you can
handle the OnHide or OnClose event. It's usually better fire events as
little as possible, rather than always (as they 'lose' meaning then).

Do you want OnExit to fire when switching to another window, do you ? Does
delphi do so ?

Micha

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to