[Overview][Constants][Types][Procedures and functions][Index] |
The TDisplayExtraInfoProc is a procedural type used in the SetHeapExtraInfo call.
Source position: heaptrc.pp line 43
type tdisplayextrainfoProc = procedure( |
var ptext: text; |
p: pointer |
); |
The TDisplayExtraInfoType is a procedural type used in the SetHeapExtraInfo call to display a memory location which was previously filled with TFillExtraInfoProc
|
Store extra information in blocks. |
|
|
The FillExtraInfoProc is a procedural type used in the SetHeapExtraInfo call. |