Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdThread.StopMode
TIdThread
,
See Also
Determines the action taken when the
Stop
method is called.
property
StopMode: TIdThreadStopMode;
Description
TIdThreadStopMode
type defines the possible values for the StopMode property of the
TIdThread
component, as defined below.
smTerminate - The thread should be terminated.
smSuspend - The thread should be suspended.