System.TThreadID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TThreadID = Cardinal;

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.

See Also