home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 1987-1989 Borland International. All Rights Reserved.
- ; Revs.: DCY 12/15/88
- ;
- ; ReleaseWait releases all of the procedures loaded by InitWait.
- ; Note however, that it does not release itself (since it cannot),
- ; RecurseWait or TKDebug. You must release these explicitly if you use
- ; them.
- ;
- Proc ReleaseWait()
-
- Release Procs InitWait,DoWait,CheckMessage,CheckHoldCanvas,
- CallProc,RecMvmnt,ArriveMvmnt,StdMvmnt,CheckRecMove,
- WaitZoom,GetInactive,GetKey,BadDelUndo,NewField,
- ArriveField,SysArrive,ArriveRecord,
- SysRecArrive,NewTable,ArriveTable,SysTblArrive
-
- Release Vars TKDPASet
-
- Endproc
-