RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TThreadInfo Record
Pascal
TThreadInfo = record
  Next: PThreadInfo;
  ThreadID: Cardinal;
  Active: Integer;
  RecursionCount: Cardinal;
end;
C++
struct TThreadInfo {
  PThreadInfo Next;
  unsigned ThreadID;
  int Active;
  unsigned RecursionCount;
};

SysUtils

This is record SysUtils.TThreadInfo.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!