单项选择题
假如列表框(List1)有四个数据项,那么把数据项“China”添加到列表框的最后,应使用()语句。
A、List1.AddItem3,"China"
B、List1.AddItem"China",List1.List1Count-1
C、List1.AddItem"China",3
D、List1.AddItem"China"
点击查看答案&解析
相关考题
-
单项选择题
在窗体上画三个单选按钮,组成一个名为chkOption的控件数组。用于标识各个控件数组元素的参数是()。
A、Tag
B、Index
C、ListIndex
D、Name -
单项选择题
下面子过程语句说明合法的是()
A、Subf1(ByValn()AsInteger)
B、Functionf1(f1AsInteger)AsInteger
C、Subf1(n()AsInteger)AsInteger
D、Functionf1(ByValnAsInteger)AsInteger -
单项选择题
若已编写了一个Sort子过程,在该工程中有多个窗体,为了方便的调用Sort子过程,应该将该过程放在()。
A、窗体模块
B、标准模块
C、类模块
D、工程
