StringGrid的通过override CreateEditor的问题 |
尚未結案
|
Delhpi
一般會員 發表:9 回覆:14 積分:4 註冊:2008-07-05 發送簡訊給我 |
TStringGrid = class(Grids.TStringGrid) procedure EditListGetItems(ACol, ARow: Integer; Items: TStrings); procedure EditButtonClick(Sender: TObject); end; function TStringGrid.CreateEditor: TInplaceEdit; begin Result := TInplaceEditList.Create(Self); (Result as TInplaceEditList).OnGetPickListitems := EditListGetItems; (Result as TInplaceEditList).OnEditButtonClick := EditButtonClick; end; function TStringGrid.GetEditStyle(ACol, ARow: Integer): TEditStyle; begin if ACol = 1 then Result := esPickList else Result := inherited GetEditStyle(ACol, ARow); end; //这样创建的Combobox,如何设置其style为csDropDownList?默认是csDropDown。 |
Delhpi
一般會員 發表:9 回覆:14 積分:4 註冊:2008-07-05 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |