Soap.SOAPDm.TSoapDataModule.Unlock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unlock; virtual;

C++

virtual void __fastcall Unlock();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.SOAPDm.pas
Soap.SOAPDm.hpp
Soap.SOAPDm TSoapDataModule

Description

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

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.

See Also