tdisplayextrainfoProc
The TDisplayExtraInfoProc is a procedural type used in the SetHeapExtraInfo call.
Declaration
Source position: heaptrc.pp line 45
Type
tdisplayextrainfoProc = procedure(var ptext: text; p: pointer)
Description
The TDisplayExtraInfoType is a procedural type used in the SetHeapExtraInfo call to display a memory location which was previously filled with TFillExtraInfoProc
See also
Name | Description |
---|---|
SetHeapExtraInfo | Store extra information in blocks. |
TFillExtraInfoProc | The FillExtraInfoProc is a procedural type used in the SetHeapExtraInfo call. |