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

tFillExtraInfoProc

The FillExtraInfoProcis a procedural type used in the SetHeapExtraInfocall.

Declaration

Source position: heaptrc.pp line 30

type tFillExtraInfoProc = procedure(

  p: pointer

);

Description

The TFillExtraInfoProcis a procedural type used in the SetHeapExtraInfocall to fill a memory location with extra data for displaying.

See also

SetHeapExtraInfo

  

Store extra information in blocks.

TDisplayExtraInfoProc

  

The TDisplayExtraInfoProcis a procedural type used in the SetHeapExtraInfocall.