Page 1 of 1

Does VirtualTable Threadsafe?

Posted: Thu 26 Aug 2010 12:44
by hellowangyi
Hi all!
I want to use VirtualTable component in a muiltethread code.
I want to know If the VirtualTable component is Threadsafe?

Thanks in Advanced.

wy.

Posted: Fri 27 Aug 2010 07:00
by Dimon
TVirtualTable can work in multithreaded applications, but the restriction is that you cannot use one component for more than one thread simultaneously.

Posted: Fri 27 Aug 2010 07:18
by hellowangyi
Dimon,thanks for your reply.