FreeMemAndNil

Free the heap memory pointed to by a pointer and set pointer to nil.

Declaration

Source position: sysutilh.inc line 331

  procedure FreeMemAndNil(var p);

Description

FreeMemAndNil will free the memory pointed to by P and will set P to Nil. Note that this function is not type safe; the programmer is responsible for ensuring that this function is called with a correct pointer parameter. Failure to do so may result in run-time errors.

See also

Name Description
FreeAndNil Free object if needed, and set object reference to Nil

results matching ""

    No results matching ""