System.Threading.TThreadPool.TSafeSharedUInt64

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TSafeSharedUInt64 = record

C++

struct DECLSPEC_DRECORD TSafeSharedUInt64
{
private:
    unsigned __int64 *FSharedVar;
    unsigned __int64 __fastcall GetUInt64();
    void __fastcall SetUInt64(const unsigned __int64 Value);
public:
    __fastcall TSafeSharedUInt64(unsigned __int64 &SharedVar);
    unsigned __int64 __fastcall Increment();
    unsigned __int64 __fastcall Decrement();
    __property unsigned __int64 Value = {read=GetUInt64, write=SetUInt64};
    TSafeSharedUInt64() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
protected
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPool

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !