题目内容

以下不合法的数组是:

A. arr:Array of Class
B. arr:Array of TButton
C. arr:Array of byte
D. arr:Array of string

查看答案
更多问题

下面三个类型转换操作中,哪一句是不正确的?()
Procedure Tform1.AbuttonClick(Sender:TObject);
Begin
……
end;

A. (Sender is TButton).Caption:=’Button’
B. TButton(Sender).Caption:=’Button’
C. (Sender As TButton).Caption:=’Button’

dbExpress是Borland 多层数据库概念的延伸和发展,同 TClientDataSet 类组件一样,TSQLDataset

A. 否
B. 是

注册一个自定义组件语句的用法是:()

A. RegisterComponents(TMyComponent,[‘Standard’])
B. Register(TMyComponent,[‘Standard’])
C. RegisterComponents(‘Standard’,[TMyComponent])
D. Register(‘Standard’,TMyComponent)

TPersistent类的用途是什么?()
A.作为 DLL接口的基类,因为 DLL不能自动被加载
B.可以完成 Windows 控件的封装
C.是所有用来保存和加载 Delphi对象流的类的基类
D.所有 Delphi的类都从它派生而来

答案查题题库