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) |
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. |