摘要:
在uses 申明 Inifiles MyStream:TMemIniFile; MyStream:=TMemIniFile.Create('c:\proxy.ini'); memo1.Text:=MyStream.readstring('gae','appid',''); MyStream.Free; 读取'c:\proxy.ini' 文件appid 字符串MemIniFile 能有效 解决 TiniFILE读取数据限制的问题! 阅读全文
posted @ 2014-01-27 06:44
ring_hacker
阅读(458)
评论(0)
推荐(0)