System.SyncObjs.TLightweightMREW.TryBeginRead
Révision datée du 17 décembre 2021 à 12:16 par Yukikoi (discussion | contributions) (1 révision importée : LOC-23397)
Delphi
function TryBeginRead: Boolean; {$IF defined(LINUX) or defined(ANDROID)}overload;{$ENDIF}
C++
bool __fastcall TryBeginRead();
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.SyncObjs.pas System.SyncObjs.hpp |
System.SyncObjs | TLightweightMREW |
Description
TryBeginRead essaie d'acquérir un verrou en mode partagé (lecture). Elle renvoie True si le verrou a été acquis. Elle ne bloque pas.