Unit 'heaptrc' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

CheckPointer

Check if a pointer is in the address range of the application.

Declaration

Source position: heaptrc.pp line 57

procedure CheckPointer(

  p: pointer

);

Description

CheckPointer checks if the pointer is in the address range of the application, more specifically, if it is in the heap. if not, it prints an error and stops the program with aruntime error 204.


Documentation generated on: Jul 24 2023