March 2000
Intermediate to advanced
576 pages
18h 13m
English
FreeMemory Function
function FreeMemory(P: Pointer): Integer; cdecl;
FreeMemory calls SysFreeMem to
free P using Delphi’s built-in memory
manager. It returns zero for success and non-zero for failure. If
P is nil,
FreeMemory returns zero.
FreeMemory is for use by C++ Builder. If you are
writing a memory manager in Delphi, you should call
SysFreeMem.
FreeMemory is a real function.
| Dispose Procedure, FreeMem Procedure, GetMemory Function, IsMultiThread Variable, ReallocMemory Function, SysFreeMem Function |
Read now
Unlock full access