thread OnTerminate event
Return to Introduction  Previous page  Next page
Applies to
acThread component.  

Declaration
property OnTerminate: TNotifyEvent;  

Description
The OnTerminate method occurs after the termination of thread, when thread have completed all processes in the OnExecute event handler.  
 
iiinfo The OnTerminate method are already synchronized with the main application thread.  

See also
OnException and OnExecute events.