RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TThread.Suspended Property

Indicates whether a thread is suspended.

Pascal
property Suspended: Boolean;
C++
__property Boolean Suspended;

Set Suspended to true to suspend a thread; set it to false to resume it. Suspended threads do not continue execution until they are resumed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!