当前位置:墨水屋 >

学习经验 >考研 >

[DELPHI]字符串列表使用

[DELPHI]字符串列表使用

◇[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('''');

;

 

标签: 字符串 列表 Delphi
  • 文章版权属于文章作者所有,转载请注明 https://www.moshuiwu.com/kyjy/n0vozw.html