A.TabB.TablndexC.TabStopD.TabStart
单项选择题下列语句中,可以清除列表框Listl的全部内容的是()
A.Listl-ClsB.Listl.ClearC.Listl.RemoveD.Listl.ClearAll
单项选择题要得到组合框内用户选择的内容,需要使用()属性。
A.TextB.ListC.StyleD.Caption
单项选择题要限制在文本框内输入的最大字符数,应该设置()属性。
A.TextB.EnabledC.MaxLengthD.MultiLine
单项选择题表达式Int(5.5)的结果是()
A.5B.6C.0D.-1
单项选择题private type student:Num as string *2:name as string *6:age as integer:END type此记录的记录名是()
A.studentB.NumC.nameD.age