码迷,mamicode.com
首页 > 其他好文 > 详细

教程-TObjectList.Clear、TStringList.Clear方法对象有没有被释放

时间:2017-08-10 13:41:11      阅读:148      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!