Returns information about a particular thread.
Unit
ParametersAThreadID [in] TID (Thread ID) of a thread to get information.
Return valueInformation about the AThreadID thread. Do not destroy the returned object. This value could be nil if AThreadID does not identify a valid running thread.
RemarksUse this method to get information about a particular thread in the list.
There is no need to release the returned object.
There is no need to use locking - because the list and all items are created upon ThreadDataEnum call.
Any change for dynamic properties (such as Name, LastException, LastHTMLPage) will be ignored. Use ThreadData function to modify thread's dynamic properties.
See also
|