[Lazarus] "Active NoGui" LCL Widget Type
Sven Barth
pascaldragon at googlemail.com
Thu Jul 10 21:58:10 CEST 2014
On 10.07.2014 16:36, Michael Schnell wrote:
> On 07/10/2014 02:49 PM, Sven Barth wrote:
>>
>> The TThreadManager.RTLEvent* procvars are available through analogous
>> named RTLEvent* functions...
>>
>>
> OK.
>
> I found the global function "GetThreadManager" and via it's result I
> seemingly can use the TThread Queue.
>
> Maybe it's possible to avoid using TThread.Queue (and the said problems)
> by this.
You should not need to use the thread manager. All functions (except the
semaphore ones which are only implemented for cthreads) should be
available by RTL functions. So don't use GetThreadManager if you don't
need to.
Regards,
Sven
More information about the Lazarus
mailing list