| CurrentThread(TThread) |
public |
Return current thread instance |
| ExternalThread(TThread) |
public |
Is the thread instance an external thread ? |
| FatalException(TThread) |
public |
Exception that occurred during thread execution |
| Finished(TThread) |
public |
Has the thread finished executing |
| FreeOnTerminate(TThread) |
public |
Indicates whether the thread should free itself when it stops executing. |
| Handle(TThread) |
public |
Returns the thread handle. |
| IsSingleProcessor(TThread) |
public |
Is the current system single processor or not |
| Priority(TThread) |
public |
Returns the thread priority. |
| ProcessorCount(TThread) |
public |
Return the processor count for this system |
| Suspended(TThread) |
public |
Indicates whether the thread is suspended. |
| ThreadID(TThread) |
public |
Returns the thread ID. |