[Overview][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A node in TDebugLCLItems, holding information about a heap object.
Source position: lclproc.pas line 43
type TDebugLCLItemInfo = class end; |
||
public |
||
Item: Pointer; |
|
The address of the item. |
IsDestroyed: Boolean; |
|
True when the item has been destroyed. |
Info: string; |
|
A descriptive string |
|
Stack trace at creation of the object |
|
|
Stack trace at destruction of the object |
|
function AsString(); |
|
All information about the object. |
destructor Destroy; override; |
||
|
A node in TDebugLCLItems, holding information about a heap object. |
|
| | ||
TObject |
|
A list describing dynamically allocated (and destroyed) memory objects. |
lazarus-ccr.sourceforge.net |