多個StringGrid和一個popupMenu的問題.. |
答題得分者是:pedro
|
ychch0819
一般會員 發表:25 回覆:29 積分:15 註冊:2006-08-09 發送簡訊給我 |
|
pedro
尊榮會員 發表:152 回覆:1187 積分:892 註冊:2002-06-12 發送簡訊給我 |
Delphi syntax:
property PopupComponent: TComponent; C syntax: __property Classes::TComponent* PopupComponent = {read=FPopupComponent, write=FPopupComponent}; Description Read PopupComponent to determine which control is currently using the popup menu. In applications where multiple controls share the same pop-up menu, use PopupComponent to determine which of them displayed the menu. Set PopupComponent to associate a control with the menu before calling the Popup method programmatically to bring up the pop-up menu. |
harpist
資深會員 發表:3 回覆:251 積分:430 註冊:2002-10-03 發送簡訊給我 |
你可以在TStringGrid 的 OnContextPopup 事件裡面紀錄產生的 StringGrid
<textarea class="cpp" rows="10" cols="60" name="code">TStringGrid *OnPopStringGrid; //--------------------------------------------------------------------------- void __fastcall TForm1::StringGrid1ContextPopup(TObject *Sender, TPoint &MousePos, bool &Handled) { OnPopStringGrid = (TStringGrid*)Sender; } //--------------------------------------------------------------------------- void __fastcall TForm1::N1Click(TObject *Sender) { ShowMessage(OnPopStringGrid->Name); } //--------------------------------------------------------------------------- </textarea>
------
~§~迷時師渡,悟了自渡~§~
編輯記錄
harpist 重新編輯於 2007-05-29 16:24:31, 註解 無‧
|
ychch0819
一般會員 發表:25 回覆:29 積分:15 註冊:2006-08-09 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |