[Lazarus] Lazarus implementation of TListView etc?

Michael Schnell mschnell at lumino.de
Tue Nov 3 10:25:39 CET 2015


On 11/02/2015 08:32 PM, Bo Berglund wrote:
> I had already looked at Synapse, but it is blocking.
I took a look at (an old version of the) Indy source code: it uses 
"Synchronize" to simulate non-blocking behavior.

So if you use a thread to allow for non-blocking Indy functionality, you 
need to do CheckSynchronize() in a non-GUI Lazarus project.

-Michael




More information about the Lazarus mailing list