如:form.create() 中
L := TLabel.Create(Self);form.Destory() 中
如果不用 L.Free()
会把 L 释放么?而 L := TLabel.Create(nil) 又如何?