A.Font B.ForcColor C.Name D.Height
单项选择题工具栏上的一个SpeedButton按钮如果要设置为状态按钮,则正确设置的方法是()
A.将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为True。 B.将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为False。 C.将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为True。 D.将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为False。
单项选择题利用Image对象的哪个属性设置,可以使加载的图像自动放大或缩小,以适应Image的显示区域()
A.Stretch B.AutoSize C.Align D.Center
单项选择题“x是小于100的非负数”的ObjectPascal表达式是()
A.0 ≤ x < 100 B. x >= 0,x<100 C.(x >=0) AND (x < 100) D. (x >= 0 ) OR (x<100)
单项选择题下列表达式中()不是布尔表达式。
A.A=3 B.A div B C.A and B D.A>B
单项选择题Delphi应用程序设计基于()语言。
A.Basic B.C++ C.Pascal D.Object Pascal