关闭→
当前位置:文萃集>好好学习>考研>[DELPHI]字符串列表使用

[DELPHI]字符串列表使用

文萃集 人气:3.22W

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

;

 

TAG标签:#Delphi #字符串 #列表 #