Internet Direct (Indy) Version 9.0.2 Beta
|
function CreateNewThread: TIdThread; virtual;
CreateNewThread uses ThreadClass to create a new thread instance for the thread manager. If ThreadClass is not assigned, an EIdThreadClassNotSpecified exception is raised, and the return value of CreateNewThread will be Nil.
CreateNewThread is used by TIdThreadMgr descendants to provide the new thread instance needed in GetThread.