题目内容

下列关于 Variant 类型的说法哪个是不正确的?()

A. variant类型的变量被动态赋值为一个特定的数据类型后,不能再赋值为一个其它的数据类型
B. variant类型变量是无类型变量
C. variant类型是以前 Borland C++ 中固有的 Variant类型的模仿
D. variant类型无需进行释放,回收内存

查看答案
更多问题

以下不合法的数组是:

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)

答案查题题库