A.记录没有继承关系,而类有
B.不能自动对记录的域初始化
C.类可以使用 with 语句而记录不能
D.记录没有任何保密性,所有细节从外部都是可见的,或者说是公用的。
A .(Sender As TDataSet).Moveby(10)
B.(Sender As TDataSet).Moveto(10)
C.(Sender As TDataSet).Move(10)
D.(Sender As TDataSet).MoveToCursor(10)
A.OnKeyDown->OnKeyPress->OnKeyUp
B.OnKeyDown->OnKeyUp
C.OnKeyPress ->OnKeyDown
D.OnKeyDown->OnKeyUp->OnKeyPress
A.每个应用程序都各自使用在他自己的进程空间内复制的一份该全局变量
B.全局变量在 DLL中是不允许使用的
C.每个应用程序访问的是同一个全局变量,该全局变量的有引用计数。
A.Child:=TChildForm.Create(Nil)
B.Child:=TChildForm.Create(TApplication)
C.Child:=TChildForm.Create(MainForm)
D.Child:=TChildForm.Create(TMainform)
A.This is xxx sstring
B.this is ‘xxx#39string
C.This is ‘’’xxx’string
D.This is ‘xxx’string
A TControl
B TWidgetControl
C TWinControl
D TwindowControl
A.‘Result is Dog Walk’
B.‘Result ia Mannal Walk’
A.字符
B.枚举
C.子界
D.实数
A.Express Manage Language
B.Extensible Markup Language
A.BButton.Destroy->Form1.Destroy->AButton.Destroy
B.上述都不对,应该手工调用 Abutton.free,否则会造成AButton没有释放的
错误
C.Form1.Destroy->AButton.Destroy->BButton.Destroy
D.AButton.Destroy->Form1.Destroy->BButton.Destroy
长理培训客户端 资讯,试题,视频一手掌握
去 App Store 免费下载 iOS 客户端
点击加载更多评论>>