[Overview][Types][Procedures and functions][Index] Reference for unit 'LazTracer' (#lazutils)

TLineInfoCacheItem

Record type used to store a pointer to a code address and its additional information.

Declaration

Source position: laztracer.pas line 22

type TLineInfoCacheItem = record

  Addr: Pointer;

  

Pointer to the address for a source code symbol.

  Info: string;

  

Contains additional information about the code address and its origin.

end;

See also

PLineInfoCacheItem

  

Pointer to a TLineInfoCacheItem type.

GetLineInfo

  

Gets information about the specified code address.


Version 4.0 Generated 2025-05-03 Home