Internet Direct (Indy)
Home
PreviousUpNext
TIdTask.BeforeRunDone Property
Pascal
property BeforeRunDone: Boolean;

BeforeRunDone is a read-only Boolean property that indicates if the BeforeRun method has been executed for the task instance. 

Is intended to provide to allow flexibility in alternative schedulers that use TIdTask class instances. 

The default value for BeforeRunDone is False, as assigned in the constructor for the object instance. The value in BeforeRunDone is set to True in DoBeforeRun immediately before calling the BeforeRun method for the task instance.

BeforeRun 

DoBeforeRun

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.