[Overview][Constants][Types][Procedures and functions] Reference for unit 'heaptrc' (#rtl)

tdisplayextrainfoProc

The TDisplayExtraInfoProcis a procedural type used in the SetHeapExtraInfocall.

Declaration

Source position: heaptrc.pp line 31

type tdisplayextrainfoProc = procedure(

  var ptext: text;

  p: pointer

);

Description

The TDisplayExtraInfoTypeis a procedural type used in the SetHeapExtraInfocall to display a memory location which was previously filled with TFillExtraInfoProc

See also

SetHeapExtraInfo

  

Store extra information in blocks.

TFillExtraInfoProc

  

The FillExtraInfoProcis a procedural type used in the SetHeapExtraInfocall.