RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EThread Class

EThread is the exception class for thread synchronization errors.

Pascal
EThread = class(Exception);
C++
class EThread : public Exception;

Classes

EThread is never raised. It is defined for backward compatibility. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!