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