题目内容

在设计一个 MDI 应用程序时,假设主窗体的 Name是MainForm,而子窗体的定义是Child:TChildForm,那么应该采取下面哪种方法来生成子窗体?()
A.Child:=TChildForm.Create(Nil)
B.Child:=TChildForm.Create(TApplication)
C.Child:=TChildForm.Create(MainForm)
D.Child:=TChildForm.Create(TMainform)

查看答案
更多问题

已知有说明 var s:sting;下列程序段中的错误为:
case s of
‘book_A’:processSelectionA;
‘book_B’:processSelectionB;
‘book_C’:processSelectionC;
end; ()

A. 用字符串作为 Case 值表元素
B. case表达式中有常数
C. case常量和case 值表元素
D. case表达式位关系表达式

表达式 Writeln(‘This is ‘#39’xxx#39string’)的结果是:()。

A. This is xxx sstring
B. this is ‘xxx#39string
C. This is ‘’’xxx’string
D. This is ‘xxx’string

在try 语句中使用多个 except语句可以处理多个不同的异常情况。

A. 错误
B. 正确

所有可视化的VCL 控件都是从哪一个基类派生而来的?()
A TControl
B TWidgetControl
C TWinControl
D TwindowControl

答案查题题库