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;

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

 

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