[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Remove methods scheduled for execution from queue
Source position: classesh.inc line 1660
public class procedure TThread.RemoveQueuedEvents( |
aThread: TThread; |
aMethod: TThreadMethod |
); |
aMethod: TThreadMethod |
); |
aThread: TThread |
); |
RemoveQueuedEvents removes methods from the list of methods waiting for execution in the main thread. If only aThread is specified, all methods scheduled for execution by that thread are removed. If only aMethod is specified, then all calls to that method are removed, regardless of the thread. If both arguments are specified, then all calls to the given method by the given thread are removed.
|
Synchronizes the thread by executing the method in the main thread. |
|
|
Queue a method for execution in the main thread |