請問各位高手,ChartFX物件如何呼叫我給予之數值 |
答題得分者是:william
|
23240559
一般會員 發表:2 回覆:2 積分:0 註冊:2002-10-29 發送簡訊給我 |
|
william
版主 發表:66 回覆:2535 積分:3048 註冊:2002-07-11 發送簡訊給我 |
|
william
版主 發表:66 回覆:2535 積分:3048 註冊:2002-07-11 發送簡訊給我 |
Inside Delphi 2.0 installation directory, there is a sub-directory "OCX\CHARTFX". Inside it you should find the winhelp file for ChartFX 2 and a sample pascal unit. As far as I remember, after the update to Delphi 2, you need to deploy a .lic file (actually I find I can just create an empty file with the same name) together with the ocx and dll files.
|
23240559
一般會員 發表:2 回覆:2 積分:0 註冊:2002-10-29 發送簡訊給我 |
|
william
版主 發表:66 回覆:2535 積分:3048 註冊:2002-07-11 發送簡訊給我 |
Don't konw if it is what you need, please use the unit CFXOCX2 since all constants are defined there.
with ChartFX1 do begin Type_ := BAR; Adm[CSA_MIN] := 0; Adm[CSA_MAX] := 5; Adm[CSA_GAP] := 1; ThisSerie := 0; OpenDataEx(COD_VALUES,1,3); Value[0] := 2; Value[1] := 3; Value[2] := 4; CloseData(COD_VALUES); end; |
23240559
一般會員 發表:2 回覆:2 積分:0 註冊:2002-10-29 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |