Customization > Extensibility Through Profiles, Stereotypes, Tag Definitions and Scripts > Script functions, objects and attributes > Script templates > Script template for on delete scripts
  
Script template for on delete scripts
There are no functions that are specifically for use with On Delete scripts.
Key:
Remarked variable names at the top of the file are available in all functions underneath except where stated.
Remarked variable names immediately above functions are only available in those functions (or subfunctions called).
The comment line '---Context change--- indicates that script is unloaded and reloaded here between function calls - this means that script scoped variables cannot be used to transfer data between functions separated by one of these comment lines, and other methods (such as helper dlls) should be used in the (fairly rare) situation that this is needed.
Option Explicit

'Projects
'ActiveProject
'Dictionary
'CurrentScript
'CurrentObject - the dictionary object to be deleted

Script.Result=False 'Do not commit the transaction
Script.Result=True 'Do commit the transaction