System.TMonitor.SetSpinCount
Delphi
class procedure SetSpinCount(const AObject: TObject; ASpinCount: Integer); static;
C++
static void __fastcall SetSpinCount(TObject* const AObject, int ASpinCount);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | System.pas System.hpp |
System | TMonitor |
Beschreibung
SetSpinCount setzt die Anzahl der Sperrversuche, die Enter für das angegebene Objekt ausführt.
Mit SetSpinCount legen Sie die Anzahl der Sperrversuche (ASpinCount) fest, die Enter für AObject ausführt.