摘要:
一,ini文件注释以‘;’开头二,定义1,在interface的uses节中添加inifiles;2,var myinfile:tinifile;3,打开ini文件(1)myinifile:=tinifile.create('program.ini');(2)var filename:string; filename:=extractfilepath(paramstr(0))+'program.ini'; //0代表搜索到本项目的地址物理路径; myinifile:=tinifile.create(filename);//不指名路径的情况下文件会建在(c\win 阅读全文
posted @ 2012-04-01 11:22
小点点
阅读(484)
评论(0)
推荐(0)