OnTerminate event
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.
The OnTerminate method are already synchronized with the main application thread.
See also
OnException
and
OnExecute
events.