当前位置

首页 > 简历 > 求职简历 > 笔试题目 > [DELPHI]字符串列表使用

[DELPHI]字符串列表使用

推荐人: 来源: 笔墨帮 阅读: 2.53W 次

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

;