home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a114 / 2.img / TOOLKIT / TOOLKIT.ZIP / RELEASW8.SC < prev    next >
Encoding:
Text File  |  1990-08-25  |  700 b   |  20 lines

  1. ; Copyright (c) 1987-1989 Borland International.  All Rights Reserved.
  2. ; Revs.:  DCY 12/15/88
  3. ;
  4. ; ReleaseWait releases all of the procedures loaded by InitWait.
  5. ; Note however, that it does not release itself (since it cannot),
  6. ; RecurseWait or TKDebug.  You must release these explicitly if you use
  7. ; them.
  8. ;
  9. Proc ReleaseWait()
  10.  
  11.    Release Procs InitWait,DoWait,CheckMessage,CheckHoldCanvas,
  12.                  CallProc,RecMvmnt,ArriveMvmnt,StdMvmnt,CheckRecMove,
  13.                  WaitZoom,GetInactive,GetKey,BadDelUndo,NewField,
  14.                  ArriveField,SysArrive,ArriveRecord,
  15.                  SysRecArrive,NewTable,ArriveTable,SysTblArrive
  16.  
  17.    Release Vars TKDPASet
  18.  
  19. Endproc
  20.