Internet Direct (Indy)
Home
PreviousUpNext
TIdThreadSafeInt64 Class

Implements a thread-safe Int64 data type.

Pascal
TIdThreadSafeInt64 = class(TIdThreadSafe);

TIdThreadSafeInt64 is a TIdThreadSafe descendant that implements a thread-safe data type for storing an Int64 value. 

TIdThreadSafeInt64 relies on TIdCriticalSection for resource protection in multi-threaded applications. 

TIdThreadSafeInt64 implements the Value property for reading or writing the Int64 value for the data type using resource protection. 

TIdThreadSafeInt64 also implements methods that protect write access to Value using Increment and Decrement.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.