[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 53

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;

Inheritance

TDebugLCLItems

  

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

|

TObject

Description

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

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