Discuss this help topic in SecureBlackbox Forum
…
Declaration
Parameters
Description
This event is fired by the handler in order to have possibility to stop it
from outside.
If the handler works in a thread, the event handler should look like example:
procedure TSomeThread.HandleTerminateRequest(Sender: TObject; var Terminate: boolean);
begin
Terminate := Self.Terminated;
end;