|
|
|
| auThread component.
|
| property ThreadID: THandle; // Read only !!
|
| The ThreadID is the read-only handle which identifies the thread throughout the system.
|
|
|
| Use ThreadID, during debugging, to identify the thread in the Threads status box. ThreadID is also useful when calling Win32 API functions for manipulating the thread.
|
| ThreadID is different than the thread's handle in the Handle property.
|
| Handle property.
|