| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return the priority of a thread.
Source position: threadh.inc line 153
| function ThreadGetPriority( | 
| threadHandle: TThreadID | 
| ):LongInt; | 
ThreadGetPriority returns the priority of thread TThreadID to Prio. The returned priority is a value between -15 and 15.
None.
| 
 | Set the priority of a thread. |