StringGrid上放radio button到底可不可以點選呢? |
尚未結案
|
yoyo12345
一般會員 發表:33 回覆:77 積分:22 註冊:2003-03-19 發送簡訊給我 |
請問 我想在cell上放radio button,若把radio button的parent指定為stringGrid,能像一般radio一樣點選嗎?謝謝!!! ===========程式碼如下:
for i:=1 to 5 do
begin
FCBox := TRadioButton.Create(StringGrid1);
FCBox.Parent := StringGrid1; thisRect := StringGrid1.CellRect(2, i);
FCBox.Left := thisRect.Left StringGrid1.Left 2;
FCBox.Top := thisRect.Top StringGrid1.Top 2;
FCBox.Width := (thisRect.Right - thisRect.Left);
FCBox.Height := (thisRect.Bottom - thisRect.Top);
FCBox.Name:='aRadioButton' inttostr(i);
FCBox.Color:=clGray;
FCBox.Caption:=' ';
FCBox.OnClick := RadioButtonClick;
end;
|
hagar
版主 發表:143 回覆:4056 積分:4445 註冊:2002-04-14 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |