Topic Path: Symbol Reference > Classes > TIdCustomTCPServer Class > TIdCustomTCPServer Properties > ImplicitScheduler Property
ContentsIndexHome
PreviousUpNext
TIdCustomTCPServer.ImplicitScheduler Property

Indicates if resources in the Scheduler are managed by the server.

property ImplicitScheduler: Boolean;

ImplicitScheduler is a read-only Boolean property that indicates if the Scheduler was created as a result of the server becoming Active

ImplicitScheduler will contain True when an object instance is assigned to Scheduler during activation of the the server (setting Active to True). ImplicitScheduler will contain False when Scheduler has been explicitly assigned in the application. 

ImplicitScheduler is also used when the server becomes inactive (the Active property is set to False). When ImplicitScheduler contains True, resources allocated to the Scheduler property at run-time will be freed during server shut down.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.