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

type TDebugLCLItemInfo = class

public

  Item: Pointer;

  

The address of the item.

  IsDestroyed: Boolean;

  

True when the item has been destroyed.

  Info: string;

  

A descriptive string for the item.

  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 as a string value.

  destructor Destroy; override;

  

Destructor for the class instance.

end;

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.


Version 3.2 Generated 2024-02-25 Home