RE: [fpc-pascal] Application.onChangeComponentCount ?

2013-06-18 Thread Fred van Stappen
> Date: Mon, 17 Jun 2013 21:16:59 +0200 > From: nc-gaert...@netcologne.de > To: fpc-pascal@lists.freepascal.org > Subject: Re: [fpc-pascal] Application.onChangeComponentCount ? > > On Mon, 17 Jun 2013 20:57:33 +0200 > Fred van Stappen wrote: > > > > > >

Re: [fpc-pascal] Application.onChangeComponentCount ?

2013-06-17 Thread Mattias Gaertner
On Mon, 17 Jun 2013 20:57:33 +0200 Fred van Stappen wrote: > > > > > > > > Hello. > > > > > > Is there a plan to add a function like Application.onChangeComponentCount > > > ? > > > > > > I want to catch a signal when a new form is created (or deleted). > > > I know that the best way is to cre

RE: [fpc-pascal] Application.onChangeComponentCount ?

2013-06-17 Thread Fred van Stappen
> > > > Hello. > > > > Is there a plan to add a function like Application.onChangeComponentCount ? > > > > I want to catch a signal when a new form is created (or deleted). > > I know that the best way is to create a parent form and from this use > > the form.oncreate event. > > But if the form h

Re: [fpc-pascal] Application.onChangeComponentCount ?

2013-06-16 Thread Sven Barth
On 15.06.2013 18:58, Fred van Stappen wrote: > Date: Sat, 15 Jun 2013 13:34:52 +0200 > From: pascaldra...@googlemail.com > To: fpc-pascal@lists.freepascal.org > Subject: Re: [fpc-pascal] Application.onChangeComponentCount ? > > On 15.06.2013 12:11, Fred

RE: [fpc-pascal] Application.onChangeComponentCount ?

2013-06-15 Thread Fred van Stappen
> Date: Sat, 15 Jun 2013 13:34:52 +0200 > From: pascaldra...@googlemail.com > To: fpc-pascal@lists.freepascal.org > Subject: Re: [fpc-pascal] Application.onChangeComponentCount ? > > On 15.06.2013 12:11, Fred van Stappen wrote: > > > > > > Hello. > >

Re: [fpc-pascal] Application.onChangeComponentCount ?

2013-06-15 Thread Sven Barth
On 15.06.2013 12:11, Fred van Stappen wrote: Hello. Is there a plan to add a function like Application.onChangeComponentCount ? I want to catch a signal when a new form is created (or deleted). I know that the best way is to create a parent form and from this use the form.oncreate event. But

[fpc-pascal] Application.onChangeComponentCount ?

2013-06-15 Thread Fred van Stappen
Hello. Is there a plan to add a function like Application.onChangeComponentCount ? I want to catch a signal when a new form is created (or deleted). I know that the best way is to create a parent form and from this use the form.oncreate event. But if the form has no parent the only way to kno