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

TDebugLCLItemInfo

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

A node in TDebugLCLItems, holding information about a heap object.

Declaration

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

  CreationStack: TStackTracePointers;

  

Stack trace at creation of the object

  DestructionStack: TStackTracePointers;

  

Stack trace at destruction of the object

  function AsString();

  

All information about the object.

  destructor Destroy; override;

Inheritance

TDebugLCLItemInfo

  

A node in TDebugLCLItems, holding information about a heap object.

|

TObject

See also

TDebugLCLItems

  

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

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