BCB Pointers in how to release
Examples are as follows:
TStringList * slPP=new TStringList;
SlPP - & gt; Add (... );
SlPP - & gt; Add (... );
.
SlPP - & gt; The Clear ();
When the released pointer instructions?
CodePudding user response:
The delete slPP.
CodePudding user response: