單項選擇題工具欄上的一個SpeedButton按鈕如果要設置為狀態(tài)按鈕,則正確設置的方法是() 

A.將SpeedButton按鈕的GroupIndex屬性設置為0,且AllowAllUp屬性設置為True。
B.將SpeedButton按鈕的GroupIndex屬性設置為0,且AllowAllUp屬性設置為False。
C.將SpeedButton按鈕的GroupIndex屬性設置為非0值,且AllowAllUp屬性設置為True。
D.將SpeedButton按鈕的GroupIndex屬性設置為非0值,且AllowAllUp屬性設置為False。


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題“x 是小于100的非負數(shù)”的Object Pascal表達式是()

A.0 ≤ x  < 100
B. x >= 0,x<100
C.(x >=0) AND (x < 100)
D. (x >= 0 ) OR (x<100)

3.單項選擇題下列表達式中()不是布爾表達式。

A.A=3
B.A div B
C.A and B
D.A>B

4.單項選擇題Delphi應用程序設計基于()語言。 

A.Basic
B.C++
C.Pascal
D.Object  Pascal

5.單項選擇題最適合于在工具欄上放置的工具按鈕是()

A.Button
B.RadioButton
C.SpeedButton
D.BitBtm