home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207A.ISO / OLS / IRVINE0_4_1A / irvine0_4_1a.lzh / scripts / sample / ondestroy.dms < prev    next >
Text File  |  2001-12-19  |  227b  |  13 lines

  1. /*
  2. guid={5BEB62F9-FA7C-4A72-8729-93D4C43FDC79}
  3. caption=OnDestroyサンプル
  4. version=0
  5. hint=アプリケーション終了時に実行します
  6. event=OnDestroy
  7. match=
  8. author=
  9. */
  10.  
  11. function OnDestroy(){
  12.   msgBox('Irvineを終了します',0);
  13. }