网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在对象的”相对引用”中可使用的关键字有()
- A、HIS,THISFORM,Parent
- B、THIS,THISFORMSET,PagsFrame
- C、THIS,THISFORM,THISFORMSET
- D、THIS,FORM,FORMSET
参考答案
更多 “在对象的”相对引用”中可使用的关键字有()A、HIS,THISFORM,ParentB、THIS,THISFORMSET,PagsFrameC、THIS,THISFORM,THISFORMSETD、THIS,FORM,FORMSET” 相关考题
考题
在表单运行时,要求单击某一对象时释放表单,应。()
A.在该对象的Click事件中输入Thisform.Release代码B.在该对象的Destory事件中输入Thisform.Refresh代码C.在该对象的Click事件中输入Thisform.Refresh代码D.在该对象的DblClick事件中输入Thisform.Release代码
考题
在某控件事件代码中,若想通过相对调用使用与该控件处于同一容器的另外一个对象,应该使用( )关键字。A.ThisB.ThisFormC.ThisForm.ParentD.This.Parent
考题
表单form1上有标签对象label1,为使其在表单上横向居中,表单的init事件代码为()。A、thisform.lable1.left=thisform.width/2B、thisform.lable1.height=thisform.height/2C、thisform.lable1.width=thisform.width/2D、thisform.lable1.left=(thisform.width-thisform.label1.with)/2
考题
在引用对象时,下面格式正确的是()A、Text1.value=""中国""B、Thisform.Text1.value=""中国""C、Text.value=""中国""D、Thisform.Text.value=""中国""
考题
在某控件的事件代码中,若想调用与该控件处于同一容器的另外一个对象,应该使用相对调用的关键字是().A、ThisFormB、ThisForm.ParentC、ThisD、This.Parent
考题
在表单运行时,要求单击某一对象时释放表单,应()A、在该对象的Click事件中输入Thisform.Release代码B、在该对象的Destory事件中输入Thisform.Refresh代码C、在该对象的Click事件中输入Thisform.Refresh代码D、在该对象的DblClick事件中输入Thisform.Release代码
考题
在引用对象时,下面哪种格式是正确的()A、Text1.value="中国"B、Thisform.Text1.value="中国"C、Text.value="中国"D、Thisform.Text.value="中国"
考题
在引用对象时,下列属于绝对引用的是()。A、FORM1.COMMAND1.CAPTION=“确定”B、THISFORMSET.FORM1.COMMAND1.CAPTION=“确定”C、THISFORM.LABEL1.CAPTION=”确定”D、THIS.CAPTION=”确定”
考题
在表单form1中有一个列表框list1和一个文本框text1,form1的load事件代码如下:Thisform.list1.additem(“123”)Thisform.list1.additem(“123”)Thisform.text1.value=””list1的interactivechange事件代码如下:Thisform.text1.value=Thisform.text1.value-Thisform.list1.value表单运行后,在list1中先选择456,再选择123,则text1显示的内容是()。A、333.00B、456123C、123456D、-333.00
考题
设表单form1中有一个单列数据的列表框list1。现要在list1的某个事件过程中引用最后一个列表项,可使用()。A、list1.list(list1.listcount)B、form1.list1.list(list1.listcount)C、thisform.list(thisform.listcount)D、this.list(this.listcount)
考题
单选题表单form1上有标签对象label1,为使其在表单上横向居中,表单的init事件代码为()。A
thisform.lable1.left=thisform.width/2B
thisform.lable1.height=thisform.height/2C
thisform.lable1.width=thisform.width/2D
thisform.lable1.left=(thisform.width-thisform.label1.with)/2
考题
单选题在表单form1中有一个列表框list1和一个文本框text1,form1的load事件代码如下:Thisform.list1.additem(“123”)Thisform.list1.additem(“123”)Thisform.text1.value=””list1的interactivechange事件代码如下:Thisform.text1.value=Thisform.text1.value-Thisform.list1.value表单运行后,在list1中先选择456,再选择123,则text1显示的内容是()。A
333.00B
456123C
123456D
-333.00
考题
单选题在对象的”相对引用”中可使用的关键字有()A
HIS,THISFORM,ParentB
THIS,THISFORMSET,PagsFrameC
THIS,THISFORM,THISFORMSETD
THIS,FORM,FORMSET
考题
单选题在表单运行时,要求单击某一对象时释放表单,应()A
在该对象的Click事件中输入Thisform.Release代码B
在该对象的Destory事件中输入Thisform.Refresh代码C
在该对象的Click事件中输入Thisform.Refresh代码D
在该对象的DblClick事件中输入Thisform.Release代码
热门标签
最新试卷