調用TCollection的編輯器 |
|
mustapha.wang
資深會員 發表:89 回覆:409 積分:274 註冊:2002-03-13 發送簡訊給我 |
我公司在開發直譯平台,IDE類似Delphi,也支援bpl的即插即用,
能使用大部分標準的屬性編輯器和元件編輯器,如TStrings,TPicture等
但Delphi6下,TCollection的編輯器由於使用了DesignWindows.pas的
TDesignWindow元件,它在創建是用到了ComponentDesigner.pas的
ActiveDesigner函數來設定Form位置,
constructor TDesignWindow.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
FComponentDesigner := ActiveDesigner;
RegisterDesignNotification(Self);
SetBounds(200, ComponentDesigner.Environment.GetMainWindowSize.Bottom + 2, Width, Height);
end;
而ComponentDesigner.pas沒有分發,不了解ActiveDesigner函數如何工作,
不知道如何/何時創建IComponentDesigner使ActiveDesigner<>nil 那位大俠有tip,請幫幫忙,急急!
------
江上何人初见月,江月何年初照人 |
mustapha.wang
資深會員 發表:89 回覆:409 積分:274 註冊:2002-03-13 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |