API:System.SysUtils.TThreadInfo
Delphi
TThreadInfo = record
C++
struct DECLSPEC_DRECORD TThreadInfo
{
public:
PThreadInfo Next;
System::TThreadID ThreadID;
int Active;
unsigned RecursionCount;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Embarcadero Technologies does not currently have any additional information.