<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Wath is in the following indented?<br>
<br>
The doc says <a class="moz-txt-link-freetext"
href="https://www.freepascal.org/docs-html/rtl/classes/tthread.removequeuedevents.html">https://www.freepascal.org/docs-html/rtl/classes/tthread.removequeuedevents.html</a><br>
<blockquote type="cite"> all calls to the given method .... are
removed. </blockquote>
<br>
However there may be more than one way to read this.<br>
<br>
<tt><span class="code">aMethod<span class="sym">: </span><a
href="https://www.freepascal.org/docs-html/rtl/classes/tthreadmethod.html">TThreadMethod</a><br>
is "procedure of object"<br>
<br>
The method "aMethod" (which is what is given) therefore consists
of proc-address and instance-address.<br>
<br>
However the code actually removes all methods at proc-address,
regardless of the instance.<br>
<br>
Does the "</span></tt><tt><span class="code">given method" mean:<br>
1) "aMethod" as passed in as parameter, consisting of proc and
instance<br>
2) "method of the class" extracted from "aMethod" <br>
</span></tt>
</body>
</html>