您要查找的是不是:
- GoTo statement to branch to line labels within a procedure. 语句分支到过程内的行标签。
- The goto statement is also useful to get out of deeply nested loops. goto语句还用于跳出深嵌套循环。
- On Error GoTo statement to specify the location of an error-handling routine within a procedure. 语句指定错误处理例程在过程中的位置。
- Within a Try.Catch.Finally construction, the following rules apply to branching with the GoTo statement. 在Try.;Catch
- The Err object can be used only with exceptions caught with the On Error GoTo statement. Err对象只能与用On Error GoTo语句捕获的异常一起使用。
- The goto statement transfers the program control directly to a labeled statement. goto语句将程序控制直接传递给标记语句。
- For business rule violations, your code could raise a specific error number and then the On Error Goto statement could catch the error and display a user-friendly message. 但对于违反业务规范的错误,OnErrorGoto就不能很好的捕捉并可能因此造成巨大的错误后还返回一个友好的界面。
- Actuallydelphi的学习, C still has a GOTO statement, but its functionality is limited and it is only recommended as a last resort if structured solutions are much more complicated. 事实上,C仍然具有GOTO语句,不过它的功能被限制了,仅当结构化方案非常复杂时才建议使用。
- In confirmation hereof we attach a bank statement. 为作这方面的确认我们附上银行结单。
- He made a statement before the House of Commons. 他在下议院当众发表了一个声明。
- I can boil down the facts to a short statement. 我可以把这些事实作简短的陈述。
- What proofs have you that the statement is correct? 你有什麽证据可以证明这种说法是正确的呢?
- We must ask you to amplify your statement. 我们得请你对你的说法作进一步的说明。
- He repeated her statement word for word. 他一字不差地重复她的话。
- Her statement contained several inaccuracies. 她的言词有几处不确切。
- I have nothing to add to my earlier statement. 我对我先前说的话,没有什么补充的。
- Soon afterwards he made his first public statement about the affair. 不久以后,他第一次就这一事件发表了公开声明。
- A FORTRAN language statement used to define arrays. 在FORTRAN语言中用于定义数组的语句。
- An authoritative or dogmatic statement or decree. 命令一种权威性的或武断的话或法令
- The On Error GoTo 0 statement turns off error trapping. On Error GoTo 0语句关闭错误捕获。