| [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 54
type TDebugLCLItems = class  | 
||
public  | 
||
constructor Create();  | 
  | 
Constructor for the class instance.  | 
destructor Destroy; override;  | 
  | 
Destructor for the class instance.  | 
function FindInfo();  | 
  | 
Returns information about an item, optionally creating an entry if not found.  | 
function IsDestroyed();  | 
  | 
True when the item has been 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.  | 
end;  | 
  | 
A list describing dynamically allocated (and destroyed) memory objects.  | 
|
| | | ||
TObject  | 
The list holds descriptive information about the object, and stack traces at the time of creation and destruction.
| Version 4.0 | Generated 2025-05-03 | Home |