[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

TDebugLCLItems

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A list describing dynamically allocated (and destroyed) memory objects.

Declaration

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.

Inheritance

TDebugLCLItems

  

A list describing dynamically allocated (and destroyed) memory objects.

|

TObject

Description

The list holds descriptive information about the object, and stack traces of its creation and destruction.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.