RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientThread.Data Property

Points to application-specific data associated with the thread.

Pascal
property Data: Pointer;
C++
__property void * Data;

Use Data to associate information with the thread object. Data can store information in a thread-safe manner that would otherwise require the use of global variables. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!