Unit 'IdThreadSafe' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdThreadSafeInt64

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdThreadSafe.pas line 126

type TIdThreadSafeInt64 = class(TIdThreadSafe)

protected

  FValue: Int64;

  

  function GetValue;

  

  procedure SetValue();

  

public

  function Decrement();

  

  function Increment();

  

  property Value: Int64; [rw]

  

end;

Inheritance

TIdThreadSafeInt64

  

|

TIdThreadSafe

  

|

TObject



CT Web help

CodeTyphon Studio