RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.DisposeStr Function

Disposes of a string pointer that was allocated using NewStr.

Pascal
procedure DisposeStr(P: PString); deprecated;
C++
DisposeStr(PString P);

SysUtils

DisposeStr is only provided for backward compatibility with existing code that allocated a string using NewStr. Both DisposeStr and NewStr are obsolete. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!