VcsReleaseAddin
Return to Introduction  Previous page  Next page
This, required, function should be exported from all addins. It is called just before the Addin is unloaded and should be used to release any resources allocated while the addin was loaded..

procedure VcsReleaseAddin; stdcall; export;  

Parameters

None

Example (Delphi)

procedure VcsReleaseAddin;  
begin  
  // This procedure is called just before the addin is unloaded.  
  // Use it to release memory allocated while the addin is active  
end;  
 
 

 


© 1995-2018 MCN Software