RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.DisposeStr Function

Disposes of a string pointer that was allocated using NewStr.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!