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

TDebugLCLItemInfo

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

Declaration

Source position: lclproc.pas line 70

type TDebugLCLItemInfo = class

public

  Item: Pointer;

  IsDestroyed: Boolean;

  Info: String;

  CreationStack: TStackTracePointers;

  DestructionStack: TStackTracePointers;

  function AsString();

  destructor Destroy; override;

end;

Inheritance

TDebugLCLItemInfo

|

TObject

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