單項選擇題工具欄上的一個SpeedButton按鈕如果要設(shè)置為狀態(tài)按鈕,則正確設(shè)置的方法是()
A.將SpeedButton按鈕的GroupIndex屬性設(shè)置為0,且AllowAllUp屬性設(shè)置為True。
B.將SpeedButton按鈕的GroupIndex屬性設(shè)置為0,且AllowAllUp屬性設(shè)置為False。
C.將SpeedButton按鈕的GroupIndex屬性設(shè)置為非0值,且AllowAllUp屬性設(shè)置為True。
D.將SpeedButton按鈕的GroupIndex屬性設(shè)置為非0值,且AllowAllUp屬性設(shè)置為False。
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題利用Image對象的哪個屬性設(shè)置,可以使加載的圖像自動放大或縮小,以適應(yīng)Image的顯示區(qū)域()
A.Stretch
B.AutoSize
C.Align
D.Center
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)