单项选择题
如果列表框(List1)中没有被选定的项目,则执行List1.RemoveItemList1.ListIndex语句的结果是()。
A、移去第一项
B、移去最后一项
C、移去最后加入列表的一项
D、以上都不对
点击查看答案&解析
相关考题
-
单项选择题
假如列表框(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
