System.Win.ScktComp.TServerClientThread.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data: Pointer read FData write FData;

C++

__property void * Data = {read=FData, write=FData};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerClientThread

Description

Points to application-specific data associated with the thread.

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.

See Also