API:System.SyncObjs.TInterlocked.Add

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function Add(var Target: Integer; Increment: Integer): Integer; overload; static; inline;
class function Add(var Target: Cardinal; Increment: Cardinal): Cardinal; overload; static; inline;
class function Add(var Target: Int64; Increment: Int64): Int64; overload; static; inline;
class function Add(var Target: UInt64; Increment: UInt64): UInt64; overload; static; inline;

C++

static int __fastcall Add(int &Target, int Increment)/* overload */;
static unsigned __fastcall Add(unsigned &Target, unsigned Increment)/* overload */;
static __int64 __fastcall Add(__int64 &Target, __int64 Increment)/* overload */;
static unsigned __int64 __fastcall Add(unsigned __int64 &Target, unsigned __int64 Increment)/* 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.