[DELPHI]字符串列表使用

时间:2018-12-31 12:00:00 资料大全 我要投稿

[DELPHI]字符串列表使用

字符串列表使用]

◇[DELPHI]在FORM或其他容器上画线

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

  canvas.pen.color:=clred;

  canvas.pen.style:=psDash;

  form1.canvas.moveto(trunc(x[i]),trunc(y[i]));

  form1.canvas.lineto(trunc(x[j]),trunc(y[j]));

  ◇[DELPHI]字符串列表使用

  var tips:tstringlist;

  tips:=tstringlist.create;

  tips.loadfromfile(''filename.txt'');

  edit1.text:=tips[0];

  tips.add(''last line addition string'');

  tips.insert(1,''insert string at NO 2 line'');

  tips.savetofile(''newfile.txt'');

  tips.free;

 

【[DELPHI]字符串列表使用】相关文章:

1.DELPHI笔试题

2.Delphi笔试题目

3.[DELPHI]关于文件、目录操作

4.Delphi笔试(是非题)

5.Delphi招聘笔试题目

6.Delphi程序员笔试题

7.[DELPHI]网络邻居复制文件

8.德尔福集团DELPHI的笔试题