Internet Direct (Indy)
Home
PreviousUpNext
TIdThreadSafeString Class

Implements a thread-safe String data type.

Pascal
TIdThreadSafeString = class(TIdThreadSafe);

TIdThreadSafeString is a TIdThreadSafe descendant that implements a thread-safe data type for storing a String value. 

TIdThreadSafeString uses TIdCriticalSection for resource protection in multi-threaded applications. 

TIdThreadSafeString implements the Value property for reading or writing the String value for the class instance with resource protection. 

TIdThreadSafeString also implements methods that protect read and write access to Value using Append and Prepend.

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.