亚洲AV日韩AⅤ综合手机在线观看,激情婷婷久久综合色,欧美色五月婷婷久久,久久国产精品99久久人人澡

  • <abbr id="uk6uq"><abbr id="uk6uq"></abbr></abbr>
  • <tbody id="uk6uq"></tbody>
  • [DELPHI]字符串列表使用

    時(shí)間:2020-10-28 19:22:20 筆試經(jīng)驗(yàn) 我要投稿

    [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]字符串列表使用】相關(guān)文章:

    Delphi10-06

    有關(guān)PHP字符串比較函數(shù)strcmp()和strcasecmp()使用總結(jié)11-16

    PHP 字符串正則替換函數(shù)preg-replace使用說(shuō)明介紹11-15

    俄語(yǔ)動(dòng)物詞匯列表12-04

    俄語(yǔ)紡織詞匯列表11-27

    俄語(yǔ)閱讀詞匯列表11-26

    俄語(yǔ)電力詞匯列表11-26

    俄語(yǔ)期貨詞匯列表11-25

    俄語(yǔ)石油詞匯列表11-24

    粵語(yǔ)音節(jié)列表09-30