procedure declaration meaning in English
过程说明
Examples
- Parameters are declared in the procedure declaration in the parentheses that follow the procedure name
在过程声明中,参数在紧跟着过程名的括号中声明。 - Usually , you cannot call a procedure with more arguments than the procedure declaration specifies
通常,调用的过程所包含的参数不能超出过程声明指定的数目。 - Provides links to topics covering changes to parameter passing , procedure calling sequences , and procedure declarations
提供到包含对参数传递、过程调用顺序和过程声明更改的主题的链接。 - In the procedure declarations , the set of arguments for each procedure must be different or an error will occur
过程。在过程声明中,每个过程都必须具有一组不同的参数,否则将会出现错误。 - When entering code for form or control event procedures , first add the procedure declaration in visual basic 2005 and then upgrade only the body of the procedure . the
当为窗体或控件事件过程输入代码时,首先在visual basic 2005中添加过程声明,然后仅升级该过程的程序体。