Determines the action taken when the Stop method is called.
property StopMode: TIdThreadStopMode;
StopMode is a TIdThreadStopMode property that specifies the action performed when Stop is called for the thread instance.
StopMode allows the following values and meanings:
Value |
Meaning |
smTerminate |
The thread should be terminated |
smSuspend |
The thread should be suspended (deferred to the Execute method) |
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|