[fpc-pascal] Declaration of arrays

2013-06-17 Thread Rainer Stratmann
For some days I have the mikroPascal Compiler from Mikroelektronika. And I am satisfied with it. http://www.mikroe.com/mikropascal/avr With that product the declaration of an array is also possible with only one number. For example: var test : array[ 10 ] of byte; Like in C. That would make m

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] Dec2Numb with negative numbers

2013-06-17 Thread Michael Van Canneyt
On Mon, 17 Jun 2013, Roberto P. wrote: Thanks! Is there an unsigned alternative? A signed alternative, you mean ? No, there is not. Michael. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/

Re: [fpc-pascal] TStream.ReadBuffer doesn't try hard enough to read the requested bytes

2013-06-17 Thread Michael Van Canneyt
On Sun, 16 Jun 2013, Michalis Kamburelis wrote: Michael Van Canneyt wrote: If an implementation of Read does not return the requested data when in fact it is available, then the implementation of Read is broken. I guess it depends how do you interpret TStream.Read documentation... http://w