Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TIdThreadMgr.ThreadClass
TIdThreadMgr
,
See Also
Class type for new threads.
property
ThreadClass: TIdThreadClass;
Description
ThreadClass is a
TIdThreadClass
property used to determine the type of thread instances created by the
TIdThreadMgr
. Assign an instance of
TIdThreadClass
to ThreadClass before using the thread manager to allocate new threads using
CreateNewThread
.