GetThreadManager
Return the current thread manager
Declaration
Source position: threadh.inc line 116
function GetThreadManager(out TM: TThreadManager) : Boolean;
Description
GetThreadManager returns the currently used thread manager in TM.
For more information about thread programming, see the programmer's guide.
See also
| Name | Description |
|---|---|
| SetThreadManager | Set the thread manager, optionally return the current thread manager. |
| TThreadManager | Thread manager record. |