RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataModule.Unlock Method

Unlocks the SOAP data module after it was locked by a call to the Lock method.

Pascal
procedure Unlock; virtual;
C++
virtual __fastcall Unlock();

Use Unlock to release the critical section that was entered by a call to the Lock method. Every call to the Lock method must be paired with a corresponding call to Unlock. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!