Re: [fpc-pascal] Freeing dynamic controls

2013-12-17 Thread Sven Barth
On 17.12.2013 22:02, Frederic Da Vitoria wrote: 2013/12/17 Sven Barth mailto:pascaldra...@googlemail.com>> Am 17.12.2013 16:39 schrieb "Frederic Da Vitoria" mailto:davito...@gmail.com>>: > > Hello, > > In the following program, I get a runtime error I don't unde

Re: [fpc-pascal] Freeing dynamic controls

2013-12-17 Thread Frederic Da Vitoria
2013/12/17 Sven Barth > On 17.12.2013 22:02, Frederic Da Vitoria wrote: > >> 2013/12/17 Sven Barth > > >> >> >> Am 17.12.2013 16:39 schrieb "Frederic Da Vitoria" >> mailto:davito...@gmail.com>>: >> >> >> >> > >> > Hello, >> > >> > In

Re: [fpc-pascal] Freeing dynamic controls

2013-12-17 Thread Frederic Da Vitoria
2013/12/17 Sven Barth > Am 17.12.2013 16:39 schrieb "Frederic Da Vitoria" : > > > > > Hello, > > > > In the following program, I get a runtime error I don't understand. This > is a stripped down version of the code. This was written in Delphi 1, I'll > end up rewriting this in a completely differ

Re: [fpc-pascal] Freeing dynamic controls

2013-12-17 Thread Sven Barth
Am 17.12.2013 16:39 schrieb "Frederic Da Vitoria" : > > Hello, > > In the following program, I get a runtime error I don't understand. This is a stripped down version of the code. This was written in Delphi 1, I'll end up rewriting this in a completely different manner, but for the sake of understa

[fpc-pascal] Freeing dynamic controls

2013-12-17 Thread Frederic Da Vitoria
Hello, In the following program, I get a runtime error I don't understand. This is a stripped down version of the code. This was written in Delphi 1, I'll end up rewriting this in a completely different manner, but for the sake of understanding, could someone explain to me what is wrong here? The