网站首页 工作范例 办公范例 个人范例 党团范例 简历范例 学生范例 其他范例 专题范例

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

;