便携式排烟管道:VB中一共有几种“过程”?

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/03 00:17:16
VB中一共有几种“过程”?
至少有Sub Function Type Constant

VB6.0内有:
Sub 过程
Function函数过程
Property属性过程
event事件过程

private
public

VB6.0内有:
Sub 过程
Function函数过程
Property属性过程
event事件过程
private
public
CASE
CONST
。。。。。。。。。。。