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

type TLineInfoCacheItem = record

  Addr: Pointer;

  

The address to describe.

  Info: ;

  

The descriptive text.

end;