System.Threading.TThreadPool.TSafeSharedUInt64

提供: RAD Studio API Documentation
移動先: 案内検索

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() {}
};

プロパティ

種類 可視性 ソース ユニット
record
struct
protected
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPool

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。