RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.DisposeMem Function

Frees memory.

Pascal
procedure DisposeMem(var Buffer; Size: Integer);
C++
DisposeMem( Buffer, int Size);

If the variable Buffer has a non-nil pointer, free the memory pointed to. 

 

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