TatScripterLibrary.Finalize Method
Finalize method is called by the scripter when the library is removed from the scripter. Override Finalize method to remove all classes, methods and properties you have previously registered in Init method.
Syntax
Unit: atScript
procedure TatScripterLibrary.Finalize; virtual;