| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when an invalid operation is attempted on an external thread
Source position: classesh.inc line 1684
type EThreadExternalException = class(EThread)  | 
  | 
Exception raised when an invalid operation is attempted on an external thread  | 
|
| | | ||
  | 
Thread error exception.  | 
|
| | | ||
  | 
Base class of all exceptions.  | 
|
| | | ||
TObject  | 
EThreadExternalException is raised by for example TThread.CheckTerminated and TThread.SetReturnValue when the thread was not created by the Free Pascal program, but by an external code base (for example a DLL, or the calling application in a DLL).
  | 
Check if the current thread has finished executing.  | 
|
  | 
Set return value of a thread  |