Show: Delphi
C++
Display Preferences
System.TThreadID
From XE2 API Documentation
Delphi
type TThreadID = 0..-1;
C++
typedef unsigned TThreadID;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | System.pas System.hpp |
System | System |
Description
A thread's ID.
A thread's ID is a positive integer used to identify the thread. It is generated by the operating system.