[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     NAME: Dispose

     USE:  Releases the space on the heap occupied by the specified
           variable. The variable must be a pointer type and it will
           result in an error to release a variable not assigned as
           a pointer. Once dispose has be called on a variable it
           cannot be referenced as a pointer (PointerVar).

     DEPENDENCY: None

     SYNTAX: Dispose(PointerVariable);

See Also: FreeMem GetMem Mark Release
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson