RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.WStrDispose Function

Disposes of a PWideChar.

Pascal
procedure WStrDispose(Str: PWideChar);
C++
WStrDispose(PWideChar Str);

WStrDispose is provided for backward compatibility. WStrDispose disposes of a PWideChar that was previously allocated with WStrAlloc or WStrNew.  

If Str is nil (Delphi) or NULL (C++), WStrDispose does nothing. 

 

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