System.Threading.TThreadPool.TSafeSharedUInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSafeSharedUInt64 = record

C++

struct DECLSPEC_DRECORD TSafeSharedUInt64
{
private:
    System::PUInt64 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() {}
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.