Is there a lock() statement in Delphi Prism?

198 Views Asked by At

What is the equivalent of the c# lock() statement in Delphi Prism? In VB.Net it's synclock() I believe.

Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

http://prismwiki.codegear.com/en/Locking_%28keyword%29

The locking keyword should be what you want