Soap.SOAPDm.TSoapDataModule.Unlock

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Unlock; virtual;

C++

virtual void __fastcall Unlock();

Propriétés

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

Description

Unlock déverrouille le module de données SOAP après son verrouillage par un appel à la méthode Lock.

Utilisez Unlock pour libérer la section critique introduite par un appel à la méthode Lock. A chaque appel à la méthode Lock doit correspondre un appel à Unlock.

Voir aussi