标签:string lis .com www 释放 str com htm phi
相关资料:
http://www.cnblogs.com/rogge7/p/4631796.html
delphi
TStringList通过AddObject方法添加对象。
object里存的只是指向对象的指针,clear只是把指针清除了,对象并没有被释放。
TList,StringList等List类型的都需要手动释放。
TObjectList通过Add增加对象。
可以自动释放对象。
教程-TObjectList.Clear、TStringList.Clear方法对象有没有被释放
标签:string lis .com www 释放 str com htm phi
原文地址:http://www.cnblogs.com/FKdelphi/p/7338365.html