網站首頁 工作範例 辦公範例 個人範例 黨團範例 簡歷範例 學生範例 其他範例 專題範例

[DELPHI]字串列表使用

欄目: 筆試題目 / 釋出於: / 人氣:2.39W

◇[delphi]在form或其他容器上畫線

[DELPHI]字串列表使用

var x,y:array [0..50] of integer;

r:=clred;

e:=psdash;

to(trunc(x[i]),trunc(y[i]));

to(trunc(x[j]),trunc(y[j]));

◇[delphi]字串列表使用

var tips:tstringlist;

tips:=te;

fromfile('''');

:=tips[0];

(''last line addition string'');

rt(1,''insert string at no 2 line'');

tofile('''');

;