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

TLineInfoCacheItem

A record containing an address/description pair.

Declaration

Source position: lclproc.pas line 73

type TLineInfoCacheItem = record

  Addr: Pointer;

  

The address to describe.

  Info: string;

  

The descriptive text.

end;

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