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