Abort	//激发异常退出,如果在 try 块中,except 和 finally 的程序会执行
Exit	//正常退出,如果在 try 块中,except 和 finally 的程序会执行
Halt	//非正常结束程序,可有 Integer 参数给操作系统,windows 程序一般使用:Application.Terminate
RunError	//生成一个运行时错误,并退出程序。参数是 Byte 型,默认0
Continue	//结束当前循环进入下一循环
Break	//结束循环
Sleep	//暂停多少毫秒
posted on 2007-12-01 20:18  万一  阅读(5877)  评论(7编辑  收藏  举报