Internet Direct (Indy)
Home
PreviousUpNext
TIdSchedulerOfThread.ThreadClass Property

Class reference use to create new thread instances for the scheduler.

Pascal
property ThreadClass: TIdThreadWithTaskClass;

ThreadClass is a TIdThreadWithTaskClass property that represents the class reference used when creating new thread instances for the thread-based scheduler. 

ThreadClass is used in the NewThread method to create a new instance of relevant thread class. 

The default class reference assigned to ThreadClass is TIdThreadWithTask, as assigned during initialization of the component.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.