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

TDebugLCLItems.GetInfo

Returns textual information about an object.

Declaration

Source position: lclproc.pas line 69

public function TDebugLCLItems.GetInfo(

  p: Pointer;

  WithStackTraces: Boolean

):string;

Arguments

p

  

The address to find.

WithStackTraces

  

True means include stack traces.

Function result

The descriptive string.

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