[Overview][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A list describing dynamically allocated (and destroyed) memory objects.
Source position: lclproc.pas line 56
type TDebugLCLItems = class end; |
||
public |
||
constructor Create(); |
|
Assigns TheName to the list. |
destructor Destroy; override; |
||
function FindInfo(); |
|
Returns information about an item, optionally creating an entry if not found. |
function IsDestroyed(); |
|
True when the item has been created and destroyed. |
function IsCreated(); |
|
True when the item is alive. |
function MarkCreated(); |
|
Checked insert of an item. |
procedure MarkDestroyed(); |
|
Checked destruction notification. |
function GetInfo(); |
|
Returns textual information about an object. |
property Name: string; [r] |
|
The descriptive name of the list. |
|
A list describing dynamically allocated (and destroyed) memory objects. |
|
| | ||
TObject |
The list holds descriptive information about the object, and stack traces of its creation and destruction.
lazarus-ccr.sourceforge.net |