Grid、Text、CommandGroup、Column是VFP系统中的对象,它们当中不能直接加到表单中的对象是什么?
Grid、Text、CommandGroup、Column是VFP系统中的对象,它们当中不能直接加到表单中的对象是什么?
相关考题:
在Visual FoxPro中,容器层次中的对象引用属性parent的含义是指( )。A.当前对象所在的表单集SX 在Visual FoxPro中,容器层次中的对象引用属性parent的含义是指( )。A.当前对象所在的表单集B.当前对象所在的表单C.当前对象的直接容器对象D.当前对象
假定一个表单里有一个文本框Text l和一个命令按钮组CommandGroup1。命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,正确的表达式是( )。A.This.ThisForm.Text1.alueB.This.Parent.Parent.Text1.ValueC.Parent.Parent.Text1.ValueD.This.Parent.Text1.Value
下列几组控件中都有ControCount属性的是()A、表单(Form)、文本框(TextBox)、列表框(ListBox)B、表单集(FormSet)、表单(Form)、页框(PageFrame)C、表单(Form)、页面(Page)、列(Column)D、列(Column)、选项按钮组(OptionGroup)、命令按钮组(CommandGroup)
下列VFP对象(控件)中不能直接(独立)地添加到表单中的是()A、命令按钮(CommandButton)B、选项按钮(OptionButton)C、复选框(CheckBox)D、计时器(Timer)
假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框Text1的Value属性值,下面表达式中,()是正确的。A、ThisForm.Text1.ValueB、This.Parent.ValueC、Parent.Text1.ValueD、This.Parent.Text1.Value
假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮,如果要在Command1命令按钮的某个方法中访问文本框Value属性值,下面哪个式子是正确的()A、This.Thisform.Text1.ValueB、This.Parent.Parent.Text1.ValueC、Parent.Parent.Text1.ValueD、This.Parent.Text1.Value
下列几组控件中均有SetAll()方法的是()A、表单(Form)、命令按钮(CommandButton)、命令按钮组(CommandGroup)B、表单集(FormSet)、列(Column)、组合框(ComboBox)C、表格(Grid)、列(Column)、文本框(TextBox)D、表单(Form)、页框(PageFrame)、命令按钮组(CommandGroup)
单选题下列几组控件中均有SetAll()方法的是()A表单(Form)、命令按钮(CommandButton)、命令按钮组(CommandGroup)B表单集(FormSet)、列(Column)、组合框(ComboBox)C表格(Grid)、列(Column)、文本框(TextBox)D表单(Form)、页框(PageFrame)、命令按钮组(CommandGroup)
单选题下列几组控件中都有ControCount属性的是()A表单(Form)、文本框(TextBox)、列表框(ListBox)B表单集(FormSet)、表单(Form)、页框(PageFrame)C表单(Form)、页面(Page)、列(Column)D列(Column)、选项按钮组(OptionGroup)、命令按钮组(CommandGroup)
单选题下列VFP对象(控件)中不能直接(独立)地添加到表单中的是()A命令按钮(CommandButton)B选项按钮(OptionButton)C复选框(CheckBox)D计时器(Timer)
问答题Grid、Text、CommandGroup、Column是VFP系统中的对象,它们当中不能直接加到表单中的对象是什么?