RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.IsMemoryManagerSet Function

Indicates whether the memory manager has been overridden using the SetMemoryManager procedure.

Pascal
function IsMemoryManagerSet: Boolean;
C++
Boolean IsMemoryManagerSet();

System

Call IsMemoryManagerSet to determine whether the default system memory management has been changed by a call to SetMemoryManager. IsMemoryManagerSet returns false if the default system memory management is in place, true otherwise. 

 

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