API:System.SyncObjs.TInterlocked.Increment
Delphi
class function Increment(var Target: Integer): Integer; overload; static; inline;
class function Increment(var Target: Cardinal): Cardinal; overload; static; inline;
class function Increment(var Target: Int64): Int64; overload; static; inline;
class function Increment(var Target: UInt64): UInt64; overload; static; inline;
C++
static int __fastcall Increment(int &Target)/* overload */;
static unsigned __fastcall Increment(unsigned &Target)/* overload */;
static __int64 __fastcall Increment(__int64 &Target)/* overload */;
static unsigned __int64 __fastcall Increment(unsigned __int64 &Target)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | System.SyncObjs.pas System.SyncObjs.hpp |
System.SyncObjs | TInterlocked |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.