Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-29 Thread Sven Barth via fpc-devel
Am 26.09.2020 um 14:19 schrieb Mattias Gaertner via fpc-devel: On Sat, 26 Sep 2020 14:05:21 +0200 Martin Frb via fpc-devel wrote: On 26/09/2020 13:58, Pascal Riekenberg wrote: Hi Martin, there is a free Community Edition. Ok, but maybe someone who already has it installed, can copy and p

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Martin Frb via fpc-devel
On 26/09/2020 14:13, Pascal Riekenberg via fpc-devel wrote: Yes, you get no "In Foo"! Thanks... Added documentation request https://bugs.freepascal.org/view.php?id=37819 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepas

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Mattias Gaertner via fpc-devel
On Sat, 26 Sep 2020 14:05:21 +0200 Martin Frb via fpc-devel wrote: > On 26/09/2020 13:58, Pascal Riekenberg wrote: > > Hi Martin, > > > > there is a free Community Edition. > > > Ok, but maybe someone who already has it installed, can copy and > paste the test that I posted? (should barely take

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Pascal Riekenberg via fpc-devel
Yes, you get no "In Foo"! Pascal > Martin Frb via fpc-devel hat am > 26.09.2020 14:05 geschrieben: > > > On 26/09/2020 13:58, Pascal Riekenberg wrote: > > > > Hi Martin, > > > > there is a free Community Edition. > > > > > > > Ok, but maybe someone wh

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Martin Frb via fpc-devel
On 26/09/2020 13:58, Pascal Riekenberg wrote: Hi Martin, there is a free Community Edition. Ok, but maybe someone who already has it installed, can copy and paste the test that I posted? (should barely take half a minute or less) ___ fpc-devel mailli

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Martin Frb via fpc-devel
On 26/09/2020 13:35, Martin Frb via fpc-devel wrote: Unfortunately I do not have Delphi. Can anyone test this? I made a test program If it does not print any "in foo" then it ignores the instance. Otherwise it should print one "in foo". Besides of "what Delphi does", what would anyone expect

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Pascal Riekenberg via fpc-devel
Hi Martin, there is a free Community Edition. Pascal > Martin Frb via fpc-devel hat am > 26.09.2020 13:35 geschrieben: > > > On 25/09/2020 13:03, Ondrej Pokorny via fpc-devel wrote: > > > > On 25.09.2020 03:30, Martin via fpc-devel wrote: > > > > > > >

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Martin Frb via fpc-devel
On 25/09/2020 13:03, Ondrej Pokorny via fpc-devel wrote: On 25.09.2020 03:30, Martin via fpc-devel wrote: Does the "given method" mean: 1) "aMethod" as passed in as parameter, consisting of proc and instance 2) "method of the class" extracted from "aMethod" It's a Delphi-compatibility method:

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-25 Thread Ondrej Pokorny via fpc-devel
On 25.09.2020 03:30, Martin via fpc-devel wrote: Wath is in the following indented? The doc says https://www.freepascal.org/docs-html/rtl/classes/tthread.removequeuedevents.html all calls to the given method are removed. However there may be more than one way to read this. aMethod: TTh

[fpc-devel] TThread.RemoveQueuedEvents

2020-09-24 Thread Martin via fpc-devel
Wath is in the following indented? The doc says https://www.freepascal.org/docs-html/rtl/classes/tthread.removequeuedevents.html all calls to the given method are removed. However there may be more than one way to read this. aMethod: TThreadMethod